-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker 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
The latest version is messing with IP / network stack on the machine. When the latest nginx v2.14.0 is running the IP stack off that VM becomes very unstable / unworkable.
Containers can't reach the internet anymore, Ping to internet is very unresponsive or even the OS doesn't know what to do with a ping to 1.1.1.1 for example.
I have a Ubuntu VM (LTS 24) with several docker containers and I use NGINX only as a internal proxy so that I can use https with letsencrypt internally , this in combination with Homeassistant. The first troubleshooting let me to HA, HA is running in host network mode. When i changed it to docker network it worked again.
Or when I stopped nginx or homeassistant it started working again.
Been troubleshooting very long to find out that this version was the problem from me.
reverting to 2.13.7 fixed all the issues. (costed me a lot a digging before looking at the nginx container)
Nginx Proxy Manager Version
2.14.0
Operating System
tested on Ubuntu 24 LTS and Debian 13