Skip to content

Commit

Permalink
Update info about bind mounts on Windows/Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Aug 14, 2023
1 parent 2487fa1 commit 573fc6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ services:
target: armaforces_web_php_dev
volumes:
- './:/www/app: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
# If you develop on Mac or Windows you can remove the vendor/ and var/ directory
# from the bind-mount for better performance by enabling the next lines:
#- /www/app/vendor
#- /www/app/var
environment:
PHP_IDE_CONFIG: serverName=armaforces-web
extra_hosts:
Expand Down

0 comments on commit 573fc6d

Please sign in to comment.