update for xdebug

This commit is contained in:
sHa
2022-04-05 12:49:23 +03:00
parent 19d3afc5f1
commit 03213ffa25
5 changed files with 40 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ services:
composer:
image: composer
volumes:
- .:/app
- ./app:/app
nginx:
image: nginx
@@ -20,7 +20,7 @@ services:
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
- ./app:/var/www/html
ports:
- 80:80
- 8080:80
restart: always
depends_on:
- php