Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable create proxy #252

Open
d-vo opened this issue Dec 1, 2018 · 1 comment
Open

Enable create proxy #252

d-vo opened this issue Dec 1, 2018 · 1 comment

Comments

@d-vo
Copy link

d-vo commented Dec 1, 2018

I planned to install mailu as a mail solution on my server. By default, it listens on every IP address on port 80 and 443 which conflicts with the nginx-proxy server. I am looking for the most non-intrusive to forward the traffic from mail.mydomain.tld to the nginx running the mailu frontend.

I assume the most forward way is to let mailu listen on different ports (e.g. 8080 and 8443) and forward all traffic using the nginx-proxy to the docker container. I noticed that easy engine uses https://github.com/jwilder/nginx-proxy for the docker based nginx-proxy. I tried adding the "VIRTUAL_HOST" to the mailu docker files with no success...

A simple command enabling the traffic forwarding to other docker contains would be very much appreciated. Or any thoughts on an easy way to achieve this...

@HesselTjeerdsma
Copy link

I would like to see this too, I have the same issue with mailcow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants