This commit is contained in:
Olusesan Ameye
2022-10-08 21:41:07 +00:00
parent 7893574426
commit ccc7a6feed
+1 -1
View File
@@ -3,7 +3,6 @@ services:
wrenchtoken-web: wrenchtoken-web:
build: build:
context: . context: .
image: registry.chiefsoft.net/wrenchtoken-web:latest
dockerfile: docker/apache/Dockerfile dockerfile: docker/apache/Dockerfile
args: args:
uid: ${UID} uid: ${UID}
@@ -11,6 +10,7 @@ services:
- APACHE_RUN_USER=${UID} - APACHE_RUN_USER=${UID}
- APACHE_RUN_GROUP=${UID} - APACHE_RUN_GROUP=${UID}
restart: unless-stopped restart: unless-stopped
image: registry.chiefsoft.net/wrenchtoken-web:latest
volumes: volumes:
- ./:/var/www/html - ./:/var/www/html
- ./apache_log:/var/log/apache2 - ./apache_log:/var/log/apache2