Update docker-compose.yaml

This commit is contained in:
Jan Böhmer 2023-01-30 12:55:01 +01:00 committed by GitHub
parent 5ead9cbf61
commit 19db345935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,5 @@ services:
# Put SQLite database in our mapped folder. You can configure some other kind of database here too.
- DATABASE_URL=sqlite:///%kernel.project_dir%/var/db/app.db
# In demo env logs will be redirected to stderr
- APP_ENV=demo
- APP_ENV=demo
- APP_DEBUG=0