Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Clarify th location of ect/fstab

Signed-off-by: Bastian <[email protected]>
  • Loading branch information
Cloudboom authored Oct 2, 2024
1 parent 4b10d77 commit 4a7e6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <br>
Sure. Add this to the `/etc/fstab` file on the host system: <br>
`<your-storage-host-and-subpath> <your-mount-dir> cifs rw,mfsymlinks,seal,credentials=<your-credentials-file>,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0`<br>
(Of course you need to modify `<your-storage-host-and-subpath>`, `<your-mount-dir>` and `<your-credentials-file>` for your specific case.)
Expand Down

0 comments on commit 4a7e6ba

Please sign in to comment.