Skip to content

Commit 963c580

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.override.dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
ports:
1111
- '8337:80'
1212
volumes:
13-
- api/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
13+
- ./api/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
1414

1515
backend-php:
1616
environment:
@@ -20,7 +20,7 @@ services:
2020
volumes:
2121
# Re-use local composer cache via host-volume
2222
- ~/.composer-docker/cache:/root/.composer/cache:delegated
23-
- backend/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
23+
- ./backend/config/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
2424

2525
db:
2626
volumes:

0 commit comments

Comments
 (0)