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 013e5e2 commit b35892fCopy full SHA for b35892f
docker-compose.yml
@@ -49,7 +49,7 @@ services:
49
MYSQL_DATABASE: ${MYSQL_DATABASE}
50
volumes:
51
- ./project:/var/www/demo
52
- - ${COMPOSER_HOME:-/tmp/composer}:/home/www-data/.composer # Share composer cache
+ - ~/.cache/composer:/.composer # Share composer cache
53
depends_on:
54
- db
55
user: "${VOLUME_USER_ID:-www-data}:www-data"
0 commit comments