Skip to content

Commit 24b9c90

Browse files
Fix comment and add another comment (#148)
This comment seems to got wrong over time: The config made sense first: df6286b#diff-e45e45baeda1c1e73482975a664062aa56f20c03dd9d64a827aba57775bed0d3 Then the config became obsolete: 4e25808 Then the config became a (I think wrong) comment: 0167334#diff-e45e45baeda1c1e73482975a664062aa56f20c03dd9d64a827aba57775bed0d3 I don't use Mac so I don't know but maybe the whole comment could be removed completely since the `cached` option was introduced.
1 parent 0abc295 commit 24b9c90

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.override.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ version: "3.4"
44
services:
55
php:
66
volumes:
7+
# The "cached" option has no effect on Linux but improves performance on Mac
78
- ./:/srv/app:rw,cached
89
- ./docker/php/conf.d/symfony.dev.ini:/usr/local/etc/php/conf.d/symfony.ini
9-
# If you develop on Linux, comment out the following volumes to just use bind-mounted project directory from host
10-
# - ./var:/srv/app/var:rw
10+
# If you develop on Mac you can remove the var/ directory from the bind-mount
11+
# for better performance by enabling the next line
12+
# - /srv/app/var
1113
environment:
1214
APP_ENV: dev
1315

0 commit comments

Comments
 (0)