Merge pull request #709 from saschaludwig/master

fixed typo
This commit is contained in:
Khanh Ngo 2020-04-30 10:24:38 +07:00 committed by GitHub
commit bd1eb3cce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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