On first time running my containers, I need to "stop & inactive" and restart all my containers for networking to work #864
Unanswered
cubargh
asked this question in
Ask for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🛡️ Security Policy
📝 Describe your problem
So I'm having this issue where I need to
stop & inactiveall my containers because networking doesn't work. All my containers have this network config:When I run the containers, something happens that breaks communications between containers and services in same compose too (For example, database communications become broken in the same compose file). The only way to fix this is to do
stop & inactivebecause it's the only option that drops the generic network that gets created in every container (in this case,filebrowser_default) and starting again the compose.What could be the problem here? How can I fix it?
📝 Error Message(s) or Log
No response
🐻 Dockge Version
1.5.0
💻 Operating System and Arch
Ubuntu Server 25.04
🌐 Browser
Firefox
🐋 Docker Version
Docker version 28.4.0, build d8eb465
🟩 NodeJS Version
No response
Beta Was this translation helpful? Give feedback.
All reactions