Skip to content

Commit

Permalink
fix: customizing cache directory possible
Browse files Browse the repository at this point in the history
  • Loading branch information
mike4git committed Aug 10, 2024
1 parent 18b28fb commit c4080b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Docker
/compose.override.yaml

# Composer
/composer.lock
/vendor/
Expand Down
4 changes: 4 additions & 0 deletions compose.override.yaml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
services:
php:
volumes:
- ~/.composer/:/.cache/composer/

0 comments on commit c4080b0

Please sign in to comment.