Nginx Reverse Proxy for Docker

{{ with groupByMulti $ "Env.VIRTUAL_HOST" "," }} {{ else }}

The Nginx Reverse Proxy for Docker is started but no virtual hosts have been found. Try starting one with the VIRTUAL_HOST environement variable set.

$ docker run --rm --name helloworld --expose 8080 -e VIRTUAL_HOST=helloworld.127.0.0.1.xip.io adejonge/helloworld

More information on Github

{{ end }}