Open
Description
As @mkinney pointed out, the docs do not explain how the host based routing is configured for a container.
The README should contain more information about how the routes is configured automatically for a docker-compose
project, as well as how to manually set a domain name using the VIRTUAL_HOST
environment variable. https://github.com/jwilder/nginx-proxy is a good reference.
It would also be nice to provide a few examples.