Skip to content

kkpoon/docker-standard-febe-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-standard-febe-proxy

a docker of standard frontend backend nginx proxy

Run nginx as proxy in docker

docker run \
  -d \
  --name proxy-nginx \
  -p 80:80 \
  -p 443:443 \
  -v /certbot/nginx.conf:/etc/nginx/conf.d/default.conf \
  -v /etc/letsencrypt:/etc/letsencrypt \
  -v /certbot/dhparam.pem:/etc/ssl/certs/dhparam.pem \
  nginx:alpine

References

About

a docker of standard frontend backend nginx proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages