Update jellyfin

This commit is contained in:
2025-06-22 22:19:20 +05:30
parent 4db53dbeae
commit b7bb6614a6

View File

@@ -3,8 +3,6 @@ services:
image: jellyfin/jellyfin:10.10.7 image: jellyfin/jellyfin:10.10.7
container_name: jellyfin container_name: jellyfin
user: ${UID}:${GID} user: ${UID}:${GID}
environment:
- JELLYFIN_PublishedServerUrl=${JELLYFIN_PublishedServerUrl}
volumes: volumes:
- ${APPDATA_PATH}/jellyfin/config:/config - ${APPDATA_PATH}/jellyfin/config:/config
- ${APPDATA_PATH}/jellyfin/cache:/cache - ${APPDATA_PATH}/jellyfin/cache:/cache
@@ -12,5 +10,4 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- ${PORT}:8096 - ${PORT}:8096
- 7359:7359/udp
restart: unless-stopped restart: unless-stopped