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:
|
backup-mnt:
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: nfs
|
type: cifs
|
||||||
o: "addr=192.168.1.192,rw,nolock,soft"
|
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: ":/mnt/user/backup/"
|
device: "//192.168.1.192/backup"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user