Setup addy in inside docker network without exposing ports, using nginx proxy manager and cloudflare #286
Unanswered
FuckingToasters
asked this question in
Q&A
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.
-
Hello, so i tried to setup the addy service inside an docker network and removed the ports section which expose the ports publicly on the external VPS IP (which is an security concern)
Port 8000 and Port 25 should still be avaible inside the docker network as it is with other containers, i then bind a domain name via nginx proxy manager to that internal service by hostname
addyand port ``8000`.When visiting the addy subdmain, i get the error "Webserver down" and when curling the hostname inside my linux vps, i get the error:
error code: 1003and once i do it with the internal docker ip, i getConnection RefusedRegards,
FuckingToasters
Beta Was this translation helpful? Give feedback.
All reactions