Skip to content

Commit

Permalink
Merge pull request #5374 from Cloudboom/patch-1
Browse files Browse the repository at this point in the history
Readme: update instructions for cifs mounts
  • Loading branch information
szaimen authored Oct 3, 2024
2 parents 4b10d77 + 4a7e6ba commit 72a1505
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 72a1505

Please sign in to comment.