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