mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-09 21:50: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
|
||||
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