Skip to content

Commit

Permalink
Merge pull request #109 from perfectra1n/patch-2
Browse files Browse the repository at this point in the history
Update Docker server installation to include SMB/CIFS caveat
  • Loading branch information
Alumniminium authored Sep 17, 2024
2 parents 0f04cf0 + 6dc22f2 commit 2869c27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Wiki/docker-server-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ If you need help installing Docker, reference the [Docker Installation Docs](htt

**Note:** Trilium's Docker container requires root privileges to operate correctly.

> [!WARNING]
> If you're using a SMB/CIFS share or folder as your Trilium data directory, [you'll need](https://github.com/TriliumNext/Notes/issues/415#issuecomment-2344824400) to add the mount options of `nobrl` and `noperm` when mounting your SMB share.
## Pulling the Docker Image

To pull the image, use the following command, replacing `[VERSION]` with the desired version or tag, such as `0.90-latest` or just `latest`:
Expand Down

0 comments on commit 2869c27

Please sign in to comment.