Revert to LinuxServer Docker image

This commit is contained in:
Seth For Privacy 2022-09-09 15:15:26 -04:00
parent 45245ec7d7
commit c1cb02859a
No known key found for this signature in database
GPG Key ID: 6B9791C6214D1E57

View File

@ -1,12 +1,11 @@
version: "3.7"
services:
jellyfin:
image: jellyfin/jellyfin:latest
image: lscr.io/linuxserver/jellyfin:10.8.1
container_name: jellyfin
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${APP_DATA_DIR}/data/cache:/cache
- ${ROOT_FOLDER_HOST}/media/data:/movies:ro
- ${ROOT_FOLDER_HOST}/media/data:/media/data
environment:
- PUID=1000
- PGID=1000