Update jellyfin
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user