

19·
10 days agoI certainly hadn’t heard any rumors until now.


I certainly hadn’t heard any rumors until now.


Here’s mine, no judging for how I set the ip
name: jellyfin
services:
jellyfin:
container_name: jellyfin.live
networks:
mynet:
ipv4_address: 192.168.5.3
ports:
- 8096:8096
volumes:
- jellyfin-config:/config
- jellyfin-cache:/cache
- type: bind
source: /mnt
target: /Media Disk 1
- type: bind
source: /mnt
target: /Media Disk 2
- type: bind
source: /mnt
target: /Media Disk 3
environment:
- HEALTHCHECK_URL=192.168.5.3
restart: unless-stopped
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities:
- gpu
image: jellyfin/jellyfin:latest
networks:
mynet:
external: true
name: mynet
volumes:
jellyfin-config:
external: true
name: jellyfin-config
jellyfin-cache:
external: true
name: jellyfin-cache
The section on the GPU looks like yours. I had to do something to get it working, but it’s been forever.


It is every citizen’s final duty to go into the tanks, and become one with all the people.
I think he wants a toll too. He’s just jealous of the money.