Add missing pdnsmysql fix file

This commit is contained in:
Bernhard Rosenkränzer 2025-02-19 02:00:41 +01:00
parent 64733e650a
commit 8d9429c0fa

8
services/pdnsmysql/fix Executable file
View File

@ -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