From de8139d1b44c04629e7fffb2ed52f95a4b3daf94 Mon Sep 17 00:00:00 2001 From: Andrea Pavone <104917502+pavons@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:20:22 +0200 Subject: [PATCH] Add PDNSCONF_GMYSQL_* env vars to pdns serice Prevent "MySQL still not up. Trying again..." error --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c17d49..ef9577a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ pdns: - "8088:8081" environment: - PDNSCONF_API_KEY=a_strong_api_key - + - PDNSCONF_GMYSQL_USER=pdns + - PDNSCONF_GMYSQL_DBNAME=pdns + - PDNSCONF_GMYSQL_PASSWORD=pdnspw mysql: image: mysql environment: