publish 0.5.0+10.11.1 release #4

Merged
pharaohgraphy merged 1 commits from pharaohgraphy/recipe-jellyfin:0.5.0+10.11.1 into main 2025-11-04 23:39:48 +00:00

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: jellyfin/jellyfin:10.10.5
image: jellyfin/jellyfin:10.11.1
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.4.2+10.10.5"
- "coop-cloud.${STACK_NAME}.version=0.5.0+10.11.1"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:8096"]
# interval: 30s