Skip to content

Commit

Permalink
Add optional way of removing vendor/ from bind mount for Windows/Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Aug 14, 2023
1 parent dcbcf56 commit ed04aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ services:
target: armaforces_web_php_dev
volumes:
- './:/www/app:rw'
- './var/import:/www/app/var/import:ro'
- './var/cache:/www/app/var/cache:rw'
- './var/log:/www/app/var/log:rw'
# If you develop on Mac or Windows you can remove the vendor/ directory
# from the bind-mount for better performance by enabling the next line:
#- /srv/app/vendor
environment:
PHP_IDE_CONFIG: serverName=armaforces-web
extra_hosts:
Expand Down

0 comments on commit ed04aa3

Please sign in to comment.