Fix docker-compose.yml
This commit is contained in:
parent
2d6d2ecd59
commit
50d5268c4a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user