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:
build:
context: .
image: registry.chiefsoft.net/wrenchtoken-web:latest
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
@@ -11,6 +10,7 @@ services:
- APACHE_RUN_USER=${UID}
- APACHE_RUN_GROUP=${UID}
restart: unless-stopped
image: registry.chiefsoft.net/wrenchtoken-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2