Nextcloud: Add cifs mount options to enable fast auto-recovery after remote server reboot

This commit is contained in:
taudris 2023-11-26 14:59:28 -08:00
parent 4de59fd122
commit c595ff8d0f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ volumes: # If you want to store the data on a different drive, see https://githu
driver_opts:
type: cifs
device: //ws22-fs.taudris.com/Resilient/Nextcloud
o: addr=ws22-fs.taudris.com,username=nextcloud,password=ZcdokLjERGSbwc8XDM72oTT6t7b5VxwavsxEE8RT7VGMAWjExQy6zVUB5xzK6Vj9,rw,mfsymlinks,seal,uid=33,gid=0,file_mode=0770,dir_mode=0770
o: addr=ws22-fs.taudris.com,username=nextcloud,password=ZcdokLjERGSbwc8XDM72oTT6t7b5VxwavsxEE8RT7VGMAWjExQy6zVUB5xzK6Vj9,rw,_netdev,vers=3.1.1,noserverino,mfsymlinks,seal,uid=33,gid=0,file_mode=0770,dir_mode=0770,echo_interval=2,handletimeout=4000
# # Optional: If you need ipv6, follow step 1 and 2 of https://github.com/nextcloud/all-in-one/blob/main/docker-ipv6-support.md first and then uncomment the below config in order to activate ipv6 for the internal nextcloud-aio network.
# # Please make sure to uncomment also the networking lines of the mastercontainer above in order to actually create the network with docker-compose