Switch filebrowser-colleen-hd from NFS to SMB for reliable reconnection after drive spin-up
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
SMB_USERNAME=your_smb_username
|
||||
SMB_PASSWORD=your_smb_password
|
||||
@@ -18,9 +18,9 @@ volumes:
|
||||
backup-mnt:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: "addr=192.168.1.192,rw,nolock,soft"
|
||||
device: ":/mnt/user/backup/"
|
||||
type: cifs
|
||||
o: "addr=192.168.1.192,username=${SMB_USERNAME},password=${SMB_PASSWORD},vers=3.0,uid=1000,gid=1000,file_mode=0755,dir_mode=0755,iocharset=utf8"
|
||||
device: "//192.168.1.192/backup"
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user