From 8911ceffafa12784ed610123adcab595acf8011b Mon Sep 17 00:00:00 2001 From: JamBalaya56562 Date: Sun, 27 Jul 2025 09:22:12 +0900 Subject: [PATCH] docs: bump docker image version --- README.md | 6 +++--- docs/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d691e67..132bb67 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ docker run --detach \ --name nginx-proxy \ --publish 80:80 \ --volume /var/run/docker.sock:/tmp/docker.sock:ro \ - nginxproxy/nginx-proxy:1.7 + nginxproxy/nginx-proxy:1.8 ``` 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. ```console -docker pull nginxproxy/nginx-proxy:1.7 +docker pull nginxproxy/nginx-proxy:1.8 ``` #### Alpine based version (`-alpine` suffix) @@ -56,7 +56,7 @@ docker pull nginxproxy/nginx-proxy:1.7 This image is based on the nginx:alpine image. ```console -docker pull nginxproxy/nginx-proxy:1.7-alpine +docker pull nginxproxy/nginx-proxy:1.8-alpine ``` > [!IMPORTANT] diff --git a/docs/README.md b/docs/README.md index 7ab1675..90f5bb4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1460,7 +1460,7 @@ curl -s -H "Host: test.nginx-proxy.tld" localhost/nginx-proxy-debug | jq "https_method": "redirect", "log_format": null, "log_format_escape": null, - "nginx_proxy_version": "1.7.0", + "nginx_proxy_version": "1.8.0", "resolvers": "127.0.0.11", "sha1_upstream_name": false, "ssl_policy": "Mozilla-Intermediate",