diff --git a/readme.md b/readme.md
index 868a97e9..4ca45b59 100644
--- a/readme.md
+++ b/readme.md
@@ -459,7 +459,7 @@ You can configure the Nextcloud container to use a specific directory on your ho
### Can I use a CIFS/SMB share as Nextcloud's datadir?
Sure. Add this to the `/etc/fstab` file:
-` cifs rw,credentials=,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0`
+` cifs rw,mfsymlinks,seal,credentials=,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0`
(Of course you need to modify ``, `` and `` for your specific case.)
One example could look like this: