Fix comment and add another comment (#148)

This comment seems to got wrong over time:

The config made sense first: df6286b2e9 (diff-e45e45baeda1c1e73482975a664062aa56f20c03dd9d64a827aba57775bed0d3)

Then the config became obsolete: 4e258087dc

Then the config became a (I think wrong) comment: 0167334910 (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.
This commit is contained in:
Michael Käfer 2021-06-03 15:01:10 +02:00 committed by GitHub
parent 0abc295461
commit 24b9c904ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,12 @@ version: "3.4"
services:
php:
volumes:
# The "cached" option has no effect on Linux but improves performance on Mac
- ./:/srv/app:rw,cached
- ./docker/php/conf.d/symfony.dev.ini:/usr/local/etc/php/conf.d/symfony.ini
# If you develop on Linux, comment out the following volumes to just use bind-mounted project directory from host
# - ./var:/srv/app/var:rw
# If you develop on Mac you can remove the var/ directory from the bind-mount
# for better performance by enabling the next line
# - /srv/app/var
environment:
APP_ENV: dev