diff --git a/compose.yml b/compose.yml index 091f826..e73716e 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: jellyfin/jellyfin:10.8.0 + image: jellyfin/jellyfin:10.8.4 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.0+10.8.0" + - "coop-cloud.${STACK_NAME}.version=0.1.1+10.8.4" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost:8096"] # interval: 30s