Sign inSign up

tiberiuc/nginx-proxy

By tiberiuc

Updated over 7 years ago

Nginx running inside docker configured as proxy

Image
0

325

tiberiuc/nginx-proxy repository overview

docker-nginx-proxy

A Docker container for running nginx proxy with support for backups, based on Alpine Linux.

Quick start

Requires that Docker be installed on the host machine.

$ docker run --name nginx -d \
   -e "APP_HOST_PORT=http://app:8080"
   --publish 80:80
   tiberiuc/nginx_proxy

$ docker logs -f nginx
[ ... ]

Tag summary

Content type

Image

Digest

Size

8.5 MB

Last updated

over 7 years ago

docker pull tiberiuc/nginx-proxy