From 6dc22f21a19fec36b770f6fd6a17a422f5602e57 Mon Sep 17 00:00:00 2001 From: perfectra1n Date: Thu, 12 Sep 2024 13:54:57 -0700 Subject: [PATCH] Update docker-server-installation.md Add documentation around resolving the issues that exist around using SMB shares for Trilium's data directory. --- Wiki/docker-server-installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Wiki/docker-server-installation.md b/Wiki/docker-server-installation.md index f0cc25a..ba38a58 100644 --- a/Wiki/docker-server-installation.md +++ b/Wiki/docker-server-installation.md @@ -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`: