Skip to content

Commit

Permalink
Update compose.override.yaml.dist
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Dreesen <[email protected]>
  • Loading branch information
mike4git and jdreesen committed Sep 27, 2024
1 parent a11c187 commit 3894014
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compose.override.yaml.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
services:
php:
environment:
- COMPOSER_HOME
- COMPOSER_CACHE_DIR
volumes:
- ~/.composer/:/.cache/composer/
- ${COMPOSER_HOME:-$HOME/.config/composer}:$COMPOSER_HOME
- ${COMPOSER_CACHE_DIR:-$HOME/.cache/composer}:$COMPOSER_CACHE_DIR

0 comments on commit 3894014

Please sign in to comment.