nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

reboot host crash nginx when define ipv4 address

Open pinkworld123 opened this issue 3 years ago • 1 comments

Checklist

  • 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

when using docker network with specific for container, container can not reload on reboot host machine.

docker-compose.yml 
...
networks:
      nginx-proxy-manager-network:
        ipv4_address: 172.16.x.x
...

Nginx Proxy Manager Version

v2.9.18

To Reproduce Steps to reproduce the behavior:

  1. assign IP to nginx container
  2. reboot the host machine
  3. container will create again instead of just starting
  4. this causes all other containers which is dependent on nginx-proxy-manager network can not start.
  5. Important to mention if i do not assign any specific IP this behavior do not happen and everything works fine also reboot host machine.

Expected behavior

Screenshots

Operating System

raspberry pi 4 with ubuntu latest LTS

Additional context

pinkworld123 avatar May 05 '22 18:05 pinkworld123

Issue is now considered stale. If you want to keep it open, please comment :+1:

github-actions[bot] avatar Feb 17 '24 01:02 github-actions[bot]