chore(deps): update lscr.io/linuxserver/jellyfin docker tag to v10.9.1 (#3475)

This commit is contained in:
renovate[bot] 2024-05-13 10:32:17 +00:00 committed by GitHub
parent 814ec3d59a
commit 2550695fb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8091, "port": 8091,
"id": "jellyfin", "id": "jellyfin",
"tipi_version": 8, "tipi_version": 9,
"version": "10.8.13", "version": "10.9.1",
"categories": [ "categories": [
"media" "media"
], ],
@ -15,5 +15,8 @@
"author": "jellyfin.org", "author": "jellyfin.org",
"source": "https://github.com/jellyfin/jellyfin", "source": "https://github.com/jellyfin/jellyfin",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
jellyfin: jellyfin:
image: lscr.io/linuxserver/jellyfin:10.8.13 image: lscr.io/linuxserver/jellyfin:10.9.1
container_name: jellyfin container_name: jellyfin
volumes: volumes:
- ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/data/config:/config