powerdns/docker-compose.yml aktualisiert
This commit is contained in:
@@ -43,7 +43,7 @@ services:
|
||||
- "${PDA_PORT:-9191}:80"
|
||||
environment:
|
||||
- SECRET_KEY=${PDA_SECRET_KEY:-changemeplease}
|
||||
- SQLALCHEMY_DATABASE_URI=${PDA_DB_URI:-mysql+pymysql://pdns:StrongPasswordHere@db/pdns}
|
||||
- SQLALCHEMY_DATABASE_URI=${PDA_DB_URI:-mysql://pdns:StrongPasswordHere@db/pdns}
|
||||
- POWERDNS_API_URL=${PDA_API_URL:-http://pdns:8081}
|
||||
- POWERDNS_API_KEY=${PDNS_API_KEY:-SuperSecretAPIKey}
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user