diff --git a/readme.md b/readme.md
index dc1cc7ee..88972ecf 100644
--- a/readme.md
+++ b/readme.md
@@ -626,7 +626,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:
+Sure. Add this to the `/etc/fstab` file on the host system:
` 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.)