diff --git a/optional/unbound/start.py b/optional/unbound/start.py index e9e06a48..48e25a67 100755 --- a/optional/unbound/start.py +++ b/optional/unbound/start.py @@ -10,3 +10,4 @@ system.set_env() conf.jinja("/unbound.conf", os.environ, "/etc/unbound/unbound.conf") os.execv("/usr/sbin/unbound", ["unbound", "-c", "/etc/unbound/unbound.conf"]) +print('Unbound has terminated. If the container keeps restarting, check the internet connectivity of other containers using for instance "docker compose exec front ping example.com"')