Skip to content

Commit

Permalink
Bind-mount composer cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
duboiss committed Nov 4, 2022
1 parent b3a685b commit bf9ec01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Expand Up @@ -76,6 +76,8 @@ services:
- ./php/conf.d/custom.ini:/usr/local/etc/php/conf.d/custom.ini:ro
# SSH socket
- /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock
# Composer cache
- ${COMPOSER_CACHE_DIR:-~/Library/Caches/composer}:/.composer/cache
depends_on:
- mysql
- redis
Expand Down

0 comments on commit bf9ec01

Please sign in to comment.