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 <j.dreesen@neusta.de>
  • Loading branch information
mike4git and jdreesen authored Aug 16, 2024
1 parent c4080b0 commit de90713
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 de90713

Please sign in to comment.