Skip to content

garethflowers/docker-nginx-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx Reverse Proxy

Docker based Nginx instance configured for use as a Reverse Proxy.

How to use this image

Start a Nginx instance

To start a container use the following:

docker run \
	--name some-nginx-proxy \
	--publish 80 \
	--publish 443 \
	garethflowers/nginx-proxy

License

About

Docker based Nginx instance configured for use as a Reverse Proxy

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors