Skip to content

nkhine/nginx-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Instructions

This repo is no longer a fork of jwilder/nginx-proxy, now it just extends docker image jwilder/nginx-proxy with modified nginx.tmpl. So there is no need to merge commits of jwilder/nginx-proxy, just rebuild image, as per following instructions.

// pull latest jwilder/nginx-proxy
docker pull jwilder/nginx-proxy:latest

// following command will build image with tag 'nkhine/nginx-proxy'
docker build -t nkhine/nginx-proxy .

// sample launch command - better refer to docker/README.md for updated command.
docker run -d --restart always --name nginx-proxy-server \
   --publish 80:80 \
   --publish 443:443 \
   --volume /ccc/certs:/etc/nginx/certs:ro \
   --volume /var/run/docker.sock:/tmp/docker.sock:ro \
   --volume /ccc/docker/00_redirect.conf:/etc/nginx/conf.d/00_redirect.conf \
   nkhine/nginx-proxy

About

Automated nginx proxy for Docker containers using docker-gen

Resources

Stars

Watchers

Forks

Packages

No packages published