From 8d9429c0fa99c38ed31cad9d201d93ee43cd000d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Wed, 19 Feb 2025 02:00:41 +0100 Subject: [PATCH] Add missing pdnsmysql fix file --- services/pdnsmysql/fix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 services/pdnsmysql/fix diff --git a/services/pdnsmysql/fix b/services/pdnsmysql/fix new file mode 100755 index 0000000..118b331 --- /dev/null +++ b/services/pdnsmysql/fix @@ -0,0 +1,8 @@ +#!/bin/sh + +# FIXME we need to figure out WHY, but sometimes the pdnsmysql container +# freezes until it initiates a network connection. +# Since that container doesn't include ping, we have to initiate something +# else that initiates a connection to the outside world. +# The root cause is likely a bug in docker networking. +docker exec pdnsmysql apt update