Add a clue

This commit is contained in:
Florent Daigniere
2023-06-25 18:40:16 +02:00
parent 6ca97d112e
commit e1e765bc00

View File

@@ -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"')