Skip to content

Commit 75cc164

Browse files
authored
Update docker-compose.override.dist.yml
1 parent b3b7e7b commit 75cc164

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docker-compose.override.dist.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@ version: '2'
66
services:
77
api-php:
88
environment:
9-
PHP_ENABLE_XDEBUG: true
9+
PHP_ENABLE_XDEBUG: 1
1010
ports:
1111
- '8337:80'
12+
volumes:
13+
- api/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
1214

1315
backend-php:
1416
environment:
15-
PHP_ENABLE_XDEBUG: true
17+
PHP_ENABLE_XDEBUG: 1
1618
ports:
1719
- '8338:80'
1820
volumes:
1921
# Re-use local composer cache via host-volume
2022
- ~/.composer-docker/cache:/root/.composer/cache:delegated
23+
- backend/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
2124

2225
db:
2326
volumes:

0 commit comments

Comments
 (0)