feat: mergerfs Bind-Mount statt Docker NFS-Volume
This commit is contained in:
parent
01be26d19e
commit
0e84910689
1 changed files with 2 additions and 10 deletions
12
compose.yaml
12
compose.yaml
|
|
@ -17,10 +17,10 @@ services:
|
||||||
- NVIDIA_VISIBLE_DEVICES=all
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/jellyfin:/config
|
- /app-config/jellyfin:/config
|
||||||
- data:/data/
|
- /mnt/media:/data
|
||||||
ports:
|
ports:
|
||||||
- 9096:8096
|
- 9096:8096
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- jellyfin_network
|
- jellyfin_network
|
||||||
devices:
|
devices:
|
||||||
|
|
@ -36,11 +36,3 @@ services:
|
||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
count: all
|
count: all
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
volumes:
|
|
||||||
data:
|
|
||||||
name: emby_data
|
|
||||||
driver: local
|
|
||||||
driver_opts:
|
|
||||||
device: :/volume1/nas
|
|
||||||
o: addr=192.168.6.100,nolock,hard,rw,rsize=1048576,wsize=1048576,noatime,nodiratime,nfsvers=4,acregmin=10,acregmax=60,acdirmin=60,acdirmax=600
|
|
||||||
type: nfs
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue