mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: Problem at docker startup #487
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Starlord0006 on GitHub (Jan 13, 2025).
TLDR: When de docker start first query fail
78f3061)Logs:
Version / Config
Config read
1st Query (FAIL)
Web Query (both entry failed)
2nd Query (Success)
Web Query (both entry Success)
Configuration file (remove your credentials!):
Host OS: QTS 5.2.2.2958
Observation:
I use dedicated IP on a spécific VLAN.
Query start to quick, the network stack not ready when the check is made. Network stack look's to be ready about 30 seconds after the container is started.
I tried with NAT network on specific port, aned I dont have this error. Is it possible to add a 30 seconds delay for the first Internet interaction?
Thanks