From e6bc8059fec95caee33edabc6782614de9550a00 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:28:48 -0500 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index aafe729..707f225 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -243,7 +243,7 @@ python filemonitor.py --url http://localhost:9999 --docker "C:\Users\MyUser\AppD - **apiKey**: This is a required field, but the value can be empty if the Stash instances doesn't require a password. - **bindMounts**: At least one bind mount path must be specified. - The first string defines the host path (**C:\Video**), and the second string defines the Docker mount path (**/mnt/Video**). These paths are listed on Docker-Desktop under Containers->ContainerName->[Bind Mounts] tab. - - The host path must be a fully qualified host local path. It can **not** be a relative path **(./../Videos)** and it can **not** be a URL with a local network domain name **(\\MyComputerName\SharedPath\MyFolder)**. + - The host path must be a fully qualified host local path. It can **not** be a relative path **(./../Videos)** and it can **not** be a URL with a local network domain name **(\\\\MyComputerName\\SharedPath\\MyFolder)**. - If the host path contains a backslash, start the string with an r. Example: **r"C:\Vid"** - If any of the below mount paths are included, they will be ignored because they could trigger a feedback loop. - /etc/localtime:/etc/localtime:ro