Nginx Proxy Manager #664
Unanswered
Amras2322
asked this question in
Ask for Help
Replies: 1 comment
-
This is not a bug, this is a configuration issue and not related to dockge. That being said, npm should be connected to a network listed as external, it should be created outside of the stack so it will exist whether the stack is up or not. You then need to also connect to that same network, lets call it "frontend" as i've seen many people label it. You then need to make sure that any container you want to route to it is also part of that same external network. Here is the docker documentation that may help with this. https://docs.docker.com/compose/how-tos/networking/#specify-custom-networks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🛡️ Security Policy
📝 Describe your problem
I'm trying to set up Nginx Proxy Manager (NPM) in Dockge so that I can access my services (Immich, Vaultwarden, etc) remotely and securely. Here's my compose file for NPM:
My issue is, this stack cannot see containers in other stacks. I can solve this by setting its network mode to host, but when I do I can no longer access the admin web port (gives a warning that network mode: host overrides the port)
OR
I can add each other stack as an external network, like so:
I thought this solution was working great, but then as I added my hosts I found I'm unable to access Vaultwarden this way, even though I'm setting things up both in NPM and my Cloudflare DNS settings the same way. I understand this may be a Vaultwarden issue, so I'll post this there as well, I just wanted to check if there's a better/recommended way to set up NPM to play more nicely with the other stacks in Dockge.
📝 Error Message(s) or Log
No response
🐻 Dockge Version
1.4.2
💻 Operating System and Arch
Ubuntu noble 24.04 x86_64
🌐 Browser
Firefox
🐋 Docker Version
Docker version 27.3.1, build ce12230
🟩 NodeJS Version
No response
Beta Was this translation helpful? Give feedback.
All reactions