mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-10 06:00:45 +00:00
commit
ecc6ed6a02
2 changed files with 2 additions and 2 deletions
|
@ -1270,7 +1270,7 @@ DOCKER_WORKER_HEALTHCHECK_INTERVAL="${DOCKER_ALL_DEFAULT_HEALTHCHECK_INTERVAL:?e
|
|||
#
|
||||
# @see https://hub.docker.com/r/nginxproxy/nginx-proxy
|
||||
# @dottie/validate required
|
||||
DOCKER_PROXY_VERSION="1.4"
|
||||
DOCKER_PROXY_VERSION="1.6"
|
||||
|
||||
# How often Docker health check should run for [proxy] service
|
||||
# @dottie/validate required
|
||||
|
|
|
@ -17,7 +17,7 @@ services:
|
|||
#
|
||||
# See: https://github.com/nginx-proxy/nginx-proxy/tree/main/docs
|
||||
proxy:
|
||||
image: nginxproxy/nginx-proxy:1.6.2
|
||||
image: "nginxproxy/nginx-proxy:${DOCKER_PROXY_VERSION}"
|
||||
container_name: "${DOCKER_ALL_CONTAINER_NAME_PREFIX}-proxy"
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
|
|
Loading…
Reference in a new issue