Merge pull request #81 from dunglas/fix/comment

fix: a comment in docker-compose.override.yml
This commit is contained in:
Kévin Dunglas 2020-11-09 10:06:26 +01:00 committed by GitHub
commit 442e8f70f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ services:
- ./:/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
# - ./api/var:/srv/app/var:rw
# - ./var:/srv/app/var:rw
environment:
APP_ENV: dev