Skip to content

Can i expose "Publish" 172.18.1.100 nebari-local services to the LAN network? #2981

Closed Answered by verhulstm
verhulstm asked this question in Q&A
Discussion options

You must be logged in to vote

i solved it with this Dockerfile

FROM ubuntu:20.04
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get update; apt-get -y install tzdata
RUN apt-get -y install redir
RUN apt-get -y install wget nano net-tools
EXPOSE 443
CMD ["redir", "--laddr=0.0.0.0", "--lport=443", "--caddr=172.18.1.100", "--cport=443"]

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@verhulstm
Comment options

Answer selected by marcelovilla
@verhulstm
Comment options

@verhulstm
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
needs: follow-up 📫 Someone needs to get back to this issue or PR
3 participants