publish port 80 outside docker container #589
Unanswered
kaushalshriyan
asked this question in
Help & Support
Replies: 1 comment
-
Since this discussion seemed to conclude on Discord, I'm moving my answer from there to here. The best way to route to a Warden container is by exposing Traefik. You can do this by editing the
And then running As always, be careful with this as it will expose all Warden services to any machine connecting on Port 80, which may include Portainer, Traefik, DNSMasq, et al. |
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
-
I am running warden on Docker version 20.10.23, build 7155243 on Ubuntu 20.04.5 LTS OS
Is there a way to publish port 80 outside docker container?
a7c9e59722f8 wardenenv/nginx:1.16 "/bin/sh -c 'envsubs…" About an hour ago Up About an hour 80/tcp fiserv245_nginx_1
For example host IP:- 192.168.0.10 and port 80 to be mapped to a7c9e59722f8 and port 80
Beta Was this translation helpful? Give feedback.
All reactions