fix: a comment in docker-compose.override.yml

This commit is contained in:
Kévin Dunglas 2020-11-09 10:00:42 +01:00
parent 163a2d268c
commit c40453e18b
No known key found for this signature in database
GPG Key ID: 9D0C5D6EEB42C445

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