mirror of
https://github.com/fosrl/newt.git
synced 2026-05-05 23:50:10 -05:00
[GH-ISSUE #219] Docker compose resolving target address ... resource temporarily unavailable
#247
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 @MarcHagen on GitHub (Dec 23, 2025).
Original GitHub issue: https://github.com/fosrl/newt/issues/219
Describe the Bug
Hi since, 1.4.0 i have troubles getting stable connections to the the newt instance.
My setup is a docker compose setup that has multiple services running, like Unifi controller.
I was pinned to 1.3.0, never had any issues. With 1.4.0+ there where stability issues around resolving.
Now I am on 1.8.0 and it is still an issue. It renders my whole site unreachable until i restart the container.
Pinning back to 1.3.0 and all seems to be working fine for more than a day.
1.4.0+ gives me issues after ~12 hours.
Environment
To Reproduce
Pangolin with at least one newt site.
Public resource (http or tcp/udp) with Targets Configuration to the newt instance with
unifi-controller:443as target.Site:
Newt + (in my case) Unifi controller in the same docker compose shared network (aka same file).
Expected Behavior
Resolving internal services like normal.
@oschwartz10612 commented on GitHub (Jan 20, 2026):
I think this is an issue with the host dns. Looks like it is not able to resolve those addresses. Docker might be changing the hosts under newt? I dont think we can resolve this in newt so closing for now...