From e1e765bc00fa92131b18295d6129eded071833a8 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sun, 25 Jun 2023 18:40:16 +0200 Subject: [PATCH] Add a clue --- optional/unbound/start.py | 1 + 1 file changed, 1 insertion(+) 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"')