Docker based Nginx instance configured for use as a Reverse Proxy.
To start a container use the following:
docker run \
--name some-nginx-proxy \
--publish 80 \
--publish 443 \
garethflowers/nginx-proxy- Nginx is released under the 2-clause BSD License
- This image is released under the MIT License