A few days ago I had this issue as well, I spent a little time researching it.   Unraid re-creates the Docker networks on reboot (actually, the service script destroys them on stop then re-creates them on start, so this happens even if you just restart the docker service). When the networks are re-created they get new network ids.   Problem is, the container config still references the old network ids (you can see this if you do a docker container inspect <container&g
    • Like
    1