This commit is contained in:
2021-06-28 16:28:10 +02:00
parent 14ff62fb4d
commit 65bcc917ae
10 changed files with 123 additions and 27 deletions
+2 -1
View File
@@ -8,13 +8,14 @@ services:
volumes:
- php-root-data:/root
- "${PROJECT_ROOT}:/var/www/html"
- "${XDEBUG_INI}:/usr/local/etc/php/conf.d/xdebug.ini"
networks:
- server
nginx:
build: ./Docker/nginx/
ports:
- 8880:80
- 8882:80
volumes:
- "${PROJECT_ROOT}:/var/www/html"
- "${LOG_ROOT}:/var/log:rw"