|
@@ -1,5 +1,5 @@
|
|

|
|

|
|
-  [](https://travis-ci.org/jwilder/nginx-proxy) [](https://hub.docker.com/r/nginxproxy/nginx-proxy 'DockerHub') [](https://hub.docker.com/r/nginxproxy/nginx-proxy 'DockerHub')
|
|
|
|
|
|
+  [](https://travis-ci.org/jwilder/nginx-proxy) [](https://hub.docker.com/r/nginxproxy/nginx-proxy 'DockerHub') [](https://hub.docker.com/r/nginxproxy/nginx-proxy 'DockerHub')
|
|
|
|
|
|
|
|
|
|
nginx-proxy sets up a container running nginx and [docker-gen][1]. docker-gen generates reverse proxy configs for nginx and reloads nginx when containers are started and stopped.
|
|
nginx-proxy sets up a container running nginx and [docker-gen][1]. docker-gen generates reverse proxy configs for nginx and reloads nginx when containers are started and stopped.
|
|
@@ -166,7 +166,7 @@ $ curl -H "Host: whoami.local" localhost
|
|
I'm 5b129ab83266
|
|
I'm 5b129ab83266
|
|
```
|
|
```
|
|
|
|
|
|
-To run nginx proxy as a separate container you'll need to have [nginx.tmpl](https://github.com/nginx-proxy/nginx-proxy/blob/master/nginx.tmpl) on your host system.
|
|
|
|
|
|
+To run nginx proxy as a separate container you'll need to have [nginx.tmpl](https://github.com/nginx-proxy/nginx-proxy/blob/main/nginx.tmpl) on your host system.
|
|
|
|
|
|
First start nginx with a volume:
|
|
First start nginx with a volume:
|
|
|
|
|