Update jellyfin-workstation for Podman compatibility
This commit is contained in:
@@ -10,15 +10,11 @@ services:
|
||||
- /home/stray/docker/jellyfin/config:/config
|
||||
- /home/stray/docker/jellyfin/cache:/cache
|
||||
- /mnt/syn02/data:/media:ro
|
||||
runtime: nvidia
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu, video, compute, utility]
|
||||
devices:
|
||||
- nvidia.com/gpu=all
|
||||
environment:
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- label=disable
|
||||
|
||||
Reference in New Issue
Block a user