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