Update jellyfin
This commit is contained in:
@@ -3,8 +3,6 @@ services:
|
||||
image: jellyfin/jellyfin:10.10.7
|
||||
container_name: jellyfin
|
||||
user: ${UID}:${GID}
|
||||
environment:
|
||||
- JELLYFIN_PublishedServerUrl=${JELLYFIN_PublishedServerUrl}
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/jellyfin/config:/config
|
||||
- ${APPDATA_PATH}/jellyfin/cache:/cache
|
||||
@@ -12,5 +10,4 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- ${PORT}:8096
|
||||
- 7359:7359/udp
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user