Windows performance hint (#270)

This commit is contained in:
Robin Brisa 2022-07-31 21:01:13 +02:00 committed by GitHub
parent 6a941f244d
commit e29fc44bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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