From c595ff8d0f9eb4c745f12b00c8f1d1293f7e4839 Mon Sep 17 00:00:00 2001 From: taudris Date: Sun, 26 Nov 2023 14:59:28 -0800 Subject: [PATCH] Nextcloud: Add cifs mount options to enable fast auto-recovery after remote server reboot --- stacks/nextcloud/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/nextcloud/docker-compose.yml b/stacks/nextcloud/docker-compose.yml index 880c4a0..676cc2d 100644 --- a/stacks/nextcloud/docker-compose.yml +++ b/stacks/nextcloud/docker-compose.yml @@ -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