You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
Yes
Are you sure you're not using someone else's docker image?
Yes
Have you searched for similar issues (both open and closed)?
Yes
Describe the bug
If a custom location for a docker container is inaccessible, NPM will refuse to start until that container is re-added
Nginx Proxy Manager Version
v2.12.2
To Reproduce
Steps to reproduce the behavior:
start a temporary docker container, add it to any site using it's container name (eg: mysite/temp using http://temp:8080)
stop the container
restart NPM
NPM will refuse to start, as it is unable to resolve the hostname of the removed container
Expected behavior
NPM restarts, with the custom location being inaccessible. Possibly it could regularily poll the missing host and when found make it accessible again