From 206992c7022b5a14d2b4de1975f607de904dee01 Mon Sep 17 00:00:00 2001 From: Andrea Pavone <104917502+pavons@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:11:38 +0200 Subject: [PATCH 1/2] Update docker-compose snippet powerdns tag version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1e38f7..3c17d49 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Save the following snippet as docker-compose.yaml in any folder you like, or clo ``` pdns: - image: interlegis/powerdns:4.4.0 + image: interlegis/powerdns:4.6.2 links: - "mysql:mysql" ports: 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 2/2] 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: