Switch filebrowser-colleen-hd from NFS to SMB for reliable reconnection after drive spin-up

This commit is contained in:
2026-02-18 19:18:46 +00:00
parent 2544694586
commit 8523f597da
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
SMB_USERNAME=your_smb_username
SMB_PASSWORD=your_smb_password
+3 -3
View File
@@ -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: