Skip to content

freidenker/dockerize-nginx-as-loadbalance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

dockerize-nginx-as-loadbalance

dockerize nginx to proxy as loadblance

.$NGINX.CONF-DIR is the DIR of nginx.conf in this git repo

docker run --name nginx-proxy -p 8080:80 -v $NGINX.CONF-DIR:/etc/nginx/conf.d -d nginx

About

dockerize nginx to proxy as loadblance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages