Skip to content

JackFrost/docker-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-proxy

cd /opt/docker-proxy

docker-compose up -d docker-proxy

git clone https://github.com/politsin/docker-proxy /opt/docker-proxy/

  • /opt/docker-proxy/run.pl

docker run --name docker-proxy -p 80:80 --rm -ti
-v /opt/nginx-proxy/nginx.conf:/etc/nginx/nginx.conf
-v /opt/nginx-proxy/.passwd:/etc/nginx/.passwd:ro
-v /opt/nginx-proxy/www:/var/www:ro
nginx:alpine /bin/sh

docker run --name docker-proxy -p 80:80 --rm -ti
-v /opt/nginx-proxy/www:/var/www:ro
-v /opt/nginx-proxy/nginx.conf:/etc/nginx/nginx.conf
-v /opt/nginx-proxy/ssl:/etc/nginx/ssl
nginx:alpine

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.8%
  • Shell 0.2%