We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b7e7b commit 75cc164Copy full SHA for 75cc164
docker-compose.override.dist.yml
@@ -6,18 +6,21 @@ version: '2'
6
services:
7
api-php:
8
environment:
9
- PHP_ENABLE_XDEBUG: true
+ PHP_ENABLE_XDEBUG: 1
10
ports:
11
- '8337:80'
12
+ volumes:
13
+ - api/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
14
15
backend-php:
16
17
18
19
- '8338:80'
20
volumes:
21
# Re-use local composer cache via host-volume
22
- ~/.composer-docker/cache:/root/.composer/cache:delegated
23
+ - backend/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
24
25
db:
26
0 commit comments