fix
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user