fixed typo

This commit is contained in:
Sascha Ludwig
2020-04-29 18:20:21 +02:00
committed by GitHub
parent 452c4a02d8
commit ccb27e21b3

View File

@ -12,6 +12,6 @@ services:
max-size: 50m
environment:
- SQLALCHEMY_DATABASE_URI=mysql://pda:changeme@host.docker.internal/pda
- GUINCORN_TIMEOUT=60
- GUNICORN_TIMEOUT=60
- GUNICORN_WORKERS=2
- GUNICORN_LOGLEVEL=DEBUG