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