Windows performance hint (#270)
This commit is contained in:
parent
6a941f244d
commit
e29fc44bd0
@ -6,9 +6,10 @@ services:
|
||||
volumes:
|
||||
- ./:/srv/app
|
||||
- ./docker/php/conf.d/symfony.dev.ini:/usr/local/etc/php/conf.d/symfony.ini
|
||||
# If you develop on Mac you can remove the var/ directory from the bind-mount
|
||||
# for better performance by enabling the next line
|
||||
# If you develop on Mac or Windows you can remove the var/ and vendor/ directories
|
||||
# from the bind-mount for better performance by enabling the next 2 lines
|
||||
# - /srv/app/var
|
||||
# - /srv/app/vendor
|
||||
environment:
|
||||
APP_ENV: dev
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user