From 4a7e6ba6e00e6ed37e646dc6ea6eaa621fb73298 Mon Sep 17 00:00:00 2001 From: Bastian <48765834+Cloudboom@users.noreply.github.com> Date: Wed, 2 Oct 2024 23:58:50 +0200 Subject: [PATCH] Update readme.md Clarify th location of ect/fstab Signed-off-by: Bastian <48765834+Cloudboom@users.noreply.github.com> --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)