docker compose update again

This commit is contained in:
dalbodeule 2024-06-05 08:16:17 +09:00
parent 71085012b9
commit 33b49c9764
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -52,7 +52,7 @@ services:
PDNS_ADMIN_SQLA_DB_PORT: 3306
PDNS_ADMIN_SQLA_DB_USER: ${MARIADB_USER}
PDNS_ADMIN_SQLA_DB_PASSWORD: ${MARIADB_PASSWORD}
PDNS_ADMIN_SQLA_DB_NAME: ${MARIADB_PASSWORD}
PDNS_ADMIN_SQLA_DB_NAME: pdns
PDNS_STATS_URL: http://pdns:8081
PDNS_API_KEY: ${PDNS_API_KEY}
PDNS_VERSION: ${PDNS_VERSION_STRING}