nginx-proxy-manager
nginx-proxy-manager copied to clipboard
reboot host crash nginx when define ipv4 address
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:
- assign IP to nginx container
- reboot the host machine
- container will create again instead of just starting
- this causes all other containers which is dependent on nginx-proxy-manager network can not start.
- 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
Issue is now considered stale. If you want to keep it open, please comment :+1: