chore: publish 0.1.6+10.8.10 release
continuous-integration/drone/push Build was killed Details

This commit is contained in:
3wc 2023-04-23 21:45:07 -04:00
parent 1c67572a03
commit e9c43b077b
1 changed files with 2 additions and 2 deletions

View File

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