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/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
|
||||||
|
|||||||
Reference in New Issue
Block a user