Explorar o código

Update docker-compose.yml

use DOCKER_PROXY_VERSION env var instead
Lioh Moeller hai 6 meses
pai
achega
10f23905eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -17,7 +17,7 @@ services:
   #
   #
   # See: https://github.com/nginx-proxy/nginx-proxy/tree/main/docs
   # See: https://github.com/nginx-proxy/nginx-proxy/tree/main/docs
   proxy:
   proxy:
-    image: nginxproxy/nginx-proxy:1.6.2
+    image: "nginxproxy/nginx-proxy:${DOCKER_PROXY_VERSION}"
     container_name: "${DOCKER_ALL_CONTAINER_NAME_PREFIX}-proxy"
     container_name: "${DOCKER_ALL_CONTAINER_NAME_PREFIX}-proxy"
     restart: unless-stopped
     restart: unless-stopped
     profiles:
     profiles: