mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-30 17:23:45 +00:00
fixed typo
This commit is contained in:
@@ -12,6 +12,6 @@ services:
|
|||||||
max-size: 50m
|
max-size: 50m
|
||||||
environment:
|
environment:
|
||||||
- SQLALCHEMY_DATABASE_URI=mysql://pda:changeme@host.docker.internal/pda
|
- SQLALCHEMY_DATABASE_URI=mysql://pda:changeme@host.docker.internal/pda
|
||||||
- GUINCORN_TIMEOUT=60
|
- GUNICORN_TIMEOUT=60
|
||||||
- GUNICORN_WORKERS=2
|
- GUNICORN_WORKERS=2
|
||||||
- GUNICORN_LOGLEVEL=DEBUG
|
- GUNICORN_LOGLEVEL=DEBUG
|
||||||
|
Reference in New Issue
Block a user