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