mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-10 06:00:45 +00:00
Update docker-compose.yml
use DOCKER_PROXY_VERSION env var instead
This commit is contained in:
parent
03c97e6872
commit
10f23905eb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue