-
I already have a few services running on my computer and I use Nginx Proxy Manager to handle the proxying, so I disable the Traefix server but using NPM results in an error. When I set up a domain which is proxied to Is there other factor I should take into consideration? |
Beta Was this translation helpful? Give feedback.
Answered by
rfay
Feb 19, 2025
Replies: 1 comment 1 reply
-
Is your Nginx Proxy Manager server running inside docker or on the host? I guess |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It depends on what CMS you're using, but you might consider using
bind_all_interfaces: true
so that your web container binds its interfaces. I don't think you've been doing that. https://ddev.readthedocs.io/en/stable/users/configuration/config/#bind_all_interfaces