chore(deps): update lscr.io/linuxserver/jellyfin docker tag to v10.9.1 (#3475)
This commit is contained in:
parent
814ec3d59a
commit
2550695fb7
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8091,
|
||||
"id": "jellyfin",
|
||||
"tipi_version": 8,
|
||||
"version": "10.8.13",
|
||||
"tipi_version": 9,
|
||||
"version": "10.9.1",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
|
@ -15,5 +15,8 @@
|
|||
"author": "jellyfin.org",
|
||||
"source": "https://github.com/jellyfin/jellyfin",
|
||||
"form_fields": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
jellyfin:
|
||||
image: lscr.io/linuxserver/jellyfin:10.8.13
|
||||
image: lscr.io/linuxserver/jellyfin:10.9.1
|
||||
container_name: jellyfin
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/config
|
||||
|
|
Loading…
Reference in New Issue
Block a user