Update jellyfin-workstation for Podman compatibility

This commit is contained in:
2025-12-14 21:16:15 -08:00
parent 53d6b23a5d
commit c6a4d9cab8

View File

@@ -10,15 +10,11 @@ services:
- /home/stray/docker/jellyfin/config:/config - /home/stray/docker/jellyfin/config:/config
- /home/stray/docker/jellyfin/cache:/cache - /home/stray/docker/jellyfin/cache:/cache
- /mnt/syn02/data:/media:ro - /mnt/syn02/data:/media:ro
runtime: nvidia devices:
deploy: - nvidia.com/gpu=all
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu, video, compute, utility]
environment: environment:
- NVIDIA_VISIBLE_DEVICES=all - NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_DRIVER_CAPABILITIES=all
restart: unless-stopped restart: unless-stopped
security_opt:
- label=disable