Skip to content

Commit

Permalink
Merge pull request #83 from Fulmenef/hotfix/composer-cache
Browse files Browse the repository at this point in the history
Solve errors with composer cache not accessible
  • Loading branch information
Fulmenef authored Oct 25, 2022
2 parents 8228dc9 + eaa9949 commit f061cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,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
tty: true

redis:
Expand Down

0 comments on commit f061cf7

Please sign in to comment.