From 86db4b372fc333351211aaf83a561ee75f85874c Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 25 Sep 2024 13:50:07 -0400 Subject: [PATCH] chore: publish 0.3.1+10.9.11 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 79936c8..4e94a91 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: jellyfin/jellyfin:10.9.10 + image: jellyfin/jellyfin:10.9.11 environment: - JELLYFIN_PublishedServerUrl=https://${DOMAIN} networks: @@ -25,7 +25,7 @@ services: #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=0.3.0+10.9.10" + - "coop-cloud.${STACK_NAME}.version=0.3.1+10.9.11" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost:8096"] # interval: 30s