Skip to content

Commit 1be1d9f

Browse files
robinbrisaLucasHospice
authored andcommitted
Windows performance hint (dunglas#270)
1 parent d1dd21d commit 1be1d9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose.override.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ services:
66
volumes:
77
- ./:/srv/app
88
- ./docker/php/conf.d/symfony.dev.ini:/usr/local/etc/php/conf.d/symfony.ini
9-
# If you develop on Mac you can remove the var/ directory from the bind-mount
10-
# for better performance by enabling the next line
9+
# If you develop on Mac or Windows you can remove the var/ and vendor/ directories
10+
# from the bind-mount for better performance by enabling the next 2 lines
1111
# - /srv/app/var
12+
# - /srv/app/vendor
1213
environment:
1314
APP_ENV: dev
1415

0 commit comments

Comments
 (0)