NFS-Mounts in compose.yaml sichtbar gemacht (statt externen Volumes)
This commit is contained in:
parent
127eea3973
commit
414b1ed3ad
1 changed files with 10 additions and 3 deletions
13
compose.yaml
13
compose.yaml
|
|
@ -219,7 +219,14 @@ services:
|
|||
|
||||
volumes:
|
||||
data:
|
||||
external: true
|
||||
name: arrapps_data
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: "addr=192.168.2.100,nolock,soft,rw"
|
||||
device: ":/volume1/nas"
|
||||
tdarr:
|
||||
external: true
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: "addr=10.2.1.1,nolock,soft,rw"
|
||||
device: ":/tdarr"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue