Fix docker-compose.yml

This commit is contained in:
Kévin Dunglas 2017-06-12 13:26:54 +02:00
parent 2d6d2ecd59
commit 50d5268c4a
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -7,9 +7,8 @@ services:
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
#depends_on: #depends_on:
# - db # - db
environment: env_file:
# Change to prod in production - .env
- SYMFONY_ENV=dev
volumes: volumes:
# Comment out the next line in production # Comment out the next line in production
- ./:/srv/app:rw - ./:/srv/app:rw