-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Description
I'd like http://host:80
to forward to one docker, and http://host:4000
to forward to another docker. Essentially I want VIRTUAL_HOST=host:80
for one docker and VIRTUAL_HOST=host:4000
for another docker. Is this possible? (This is different from VIRTUAL_PORT
, which is specifying the exposed port on the docker.)
Obviously I could do this with two nginx-proxy's. The challenge is that I actually want to do this with both http and https traffic, using docker-letsencrypt-nginx-proxy-companion, with two ports for accessing each docker. Maybe that'll still be OK with two nginx-proxy's? Or is there a cleaner way?
nickfaughey, edemen, fty4 and dj0nes
Metadata
Metadata
Assignees
Labels
No labels