Compare commits

..
2 Commits
Author SHA1 Message Date
smileBeda 9067f5327a Merge remote-tracking branch 'refs/remotes/origin/main' 2026-08-05 16:07:57 +00:00
smileBeda 5046d2afd1 Initial commit 2026-08-05 16:07:53 +00:00
+25
View File
@@ -0,0 +1,25 @@
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
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