Skip to content

Commit 2e1db14

Browse files
committed
Fix CI
1 parent 3efde1c commit 2e1db14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ services:
33
build: ./docker/${IMAGE:-latest}
44
volumes:
55
- .:/app
6-
- ${COMPOSER_HOME:-$HOME/.composer}:/tmp
6+
- ${COMPOSER_HOME:-$HOME/.composer}:/composer
77
working_dir: /app
88
environment:
9-
- COMPOSER_HOME=/tmp
9+
- COMPOSER_HOME=/composer
1010
- XDEBUG_CONFIG
1111
- XDEBUG_MODE
1212
- XDEBUG_TRIGGER

0 commit comments

Comments
 (0)