migrate data from thecloud.dmz to lewis.dmz
install tcpdump
This commit is contained in:
parent
3981805a6b
commit
5884585b3a
20 changed files with 86 additions and 48 deletions
|
@ -9,13 +9,13 @@ volumes:
|
|||
config:
|
||||
driver_opts:
|
||||
type: "nfs"
|
||||
o: "addr=192.168.30.10,nolock,soft,rw"
|
||||
device: ":/mnt/data/syncthing/config"
|
||||
o: "addr=lewis.dmz,nolock,soft,rw"
|
||||
device: ":/mnt/data/nfs/syncthing/config"
|
||||
nextcloud_data:
|
||||
driver_opts:
|
||||
type: "nfs"
|
||||
o: "addr=192.168.30.10,nolock,soft,rw"
|
||||
device: ":/mnt/data/nextcloud/data"
|
||||
o: "addr=lewis.dmz,nolock,soft,rw"
|
||||
device: ":/mnt/data/nfs/nextcloud/data"
|
||||
|
||||
services:
|
||||
syncthing:
|
||||
|
|
Reference in a new issue