From 26dda0222fc9293af1138cad6836da832a54e564 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 25 Dec 2022 12:23:00 -0800 Subject: [PATCH] chore: publish 0.1.4+10.8.8 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index a9ad9d3..1b7e125 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: jellyfin/jellyfin:10.8.7 + image: jellyfin/jellyfin:10.8.8 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.1.3+10.8.7" + - "coop-cloud.${STACK_NAME}.version=0.1.4+10.8.8" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost:8096"] # interval: 30s