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 75cc164 commit 963c580Copy full SHA for 963c580
docker-compose.override.dist.yml
@@ -10,7 +10,7 @@ services:
10
ports:
11
- '8337:80'
12
volumes:
13
- - api/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
+ - ./api/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
14
15
backend-php:
16
environment:
@@ -20,7 +20,7 @@ services:
20
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
+ - ./backend/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
24
25
db:
26
0 commit comments