Reset history to current sanitized state

This commit is contained in:
2026-08-05 16:14:41 +00:00
commit 4d2e14187a
4 changed files with 102 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: "1000:1000"
shm_size: "2gb"
restart: unless-stopped
# ports:
# - "8096:8096"
# - "8920:8920"
volumes:
- /srv/appdata/jellyfin/config:/config
- /srv/appdata/jellyfin/cache:/cache
- /data/Data1/jellyfin:/media
devices:
- /dev/dri:/dev/dri
group_add:
- "44"
- "993"
networks:
npm_proxy:
ipv4_address: 192.168.97.10
networks:
npm_proxy:
external: true