mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-08-23 16:01:57 +00:00
Merge pull request #2598 from Marukome0743/bump
docs: bump docker image version
This commit is contained in:
@@ -18,7 +18,7 @@ docker run --detach \
|
|||||||
--name nginx-proxy \
|
--name nginx-proxy \
|
||||||
--publish 80:80 \
|
--publish 80:80 \
|
||||||
--volume /var/run/docker.sock:/tmp/docker.sock:ro \
|
--volume /var/run/docker.sock:/tmp/docker.sock:ro \
|
||||||
nginxproxy/nginx-proxy:1.6
|
nginxproxy/nginx-proxy:1.7
|
||||||
```
|
```
|
||||||
|
|
||||||
Then start any containers (here an nginx container) you want proxied with an env var `VIRTUAL_HOST=subdomain.yourdomain.com`
|
Then start any containers (here an nginx container) you want proxied with an env var `VIRTUAL_HOST=subdomain.yourdomain.com`
|
||||||
@@ -48,7 +48,7 @@ The nginx-proxy images are available in two flavors.
|
|||||||
This image is based on the nginx:mainline image, itself based on the debian slim image.
|
This image is based on the nginx:mainline image, itself based on the debian slim image.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
docker pull nginxproxy/nginx-proxy:1.6
|
docker pull nginxproxy/nginx-proxy:1.7
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Alpine based version (`-alpine` suffix)
|
#### Alpine based version (`-alpine` suffix)
|
||||||
@@ -56,7 +56,7 @@ docker pull nginxproxy/nginx-proxy:1.6
|
|||||||
This image is based on the nginx:alpine image.
|
This image is based on the nginx:alpine image.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
docker pull nginxproxy/nginx-proxy:1.6-alpine
|
docker pull nginxproxy/nginx-proxy:1.7-alpine
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
|
@@ -1271,7 +1271,7 @@ curl -s -H "Host: test.nginx-proxy.tld" localhost/nginx-proxy-debug | jq
|
|||||||
"https_method": "redirect",
|
"https_method": "redirect",
|
||||||
"log_format": null,
|
"log_format": null,
|
||||||
"log_format_escape": null,
|
"log_format_escape": null,
|
||||||
"nginx_proxy_version": "1.6.3",
|
"nginx_proxy_version": "1.7.0",
|
||||||
"resolvers": "127.0.0.11",
|
"resolvers": "127.0.0.11",
|
||||||
"sha1_upstream_name": false,
|
"sha1_upstream_name": false,
|
||||||
"ssl_policy": "Mozilla-Intermediate",
|
"ssl_policy": "Mozilla-Intermediate",
|
||||||
|
Reference in New Issue
Block a user