mirror of
https://github.com/shadoll/php7-xdebug-vscode.git
synced 2025-12-20 03:26:51 +00:00
update for xdebug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user