Revert to LinuxServer Docker image
This commit is contained in:
parent
45245ec7d7
commit
c1cb02859a
|
@ -1,12 +1,11 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: jellyfin/jellyfin:latest
|
image: lscr.io/linuxserver/jellyfin:10.8.1
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/config
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
- ${APP_DATA_DIR}/data/cache:/cache
|
- ${ROOT_FOLDER_HOST}/media/data:/media/data
|
||||||
- ${ROOT_FOLDER_HOST}/media/data:/movies:ro
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user