config ok

This commit is contained in:
2019-07-15 15:38:00 +02:00
parent 60950e3f73
commit 0880d18be0
5 changed files with 7 additions and 18 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ services:
- 9000
volumes:
- php-root-data:/root
- "${PROJECT_ROOT}:/var/www/html/web"
- "${PROJECT_ROOT}:/var/www/html"
- "${LOG_ROOT}/php:/var/log:rw"
working_dir: "/var/www/html"
networks:
@@ -59,7 +59,7 @@ services:
ports:
- 8890:80
volumes:
- "${PROJECT_ROOT}:/var/www/html/web"
- "${PROJECT_ROOT}:/var/www/html/"
- "${LOG_ROOT}:/var/log:rw"
working_dir: "/var/www/html/web"
networks: