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 3efde1c commit 2e1db14Copy full SHA for 2e1db14
1 file changed
docker-compose.yml
@@ -3,10 +3,10 @@ services:
3
build: ./docker/${IMAGE:-latest}
4
volumes:
5
- .:/app
6
- - ${COMPOSER_HOME:-$HOME/.composer}:/tmp
+ - ${COMPOSER_HOME:-$HOME/.composer}:/composer
7
working_dir: /app
8
environment:
9
- - COMPOSER_HOME=/tmp
+ - COMPOSER_HOME=/composer
10
- XDEBUG_CONFIG
11
- XDEBUG_MODE
12
- XDEBUG_TRIGGER
0 commit comments