-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Hello,
I've just discovered your container, it's very interesting and it seems it can do what I want in a easy way, I would like to proxy my web application on the 8888 port inside the container, to the 443 on the proxy. Let's say the published name would be "app1.example.com".
How can I accomplish that?
As a side question, if I want to add another host "app2.example.com:8083" to the 443 on the proxy as well, once the docker container is created and running, how can I do it? Should I remove the container and re-create it with the new environment vars?
Thank you!