From e12aac51d74baf8750461cb516c8e4e10c073440 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:04:11 -0500 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index b16f0b0..7046292 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -210,10 +210,10 @@ python filemonitor.py --url http://localhost:9999 --docker "C:\Users\MyUser\AppD - FileMonitor can be configured to run on the host machine, and update all the Stash Docker instances when a file change occurs. To activate this option change the filemonitor_config.py file by setting the **dockers** field with the information associated with each Stash Docker instance. - There are three examples which are commented out in the **dockers** field, which users can easily modify to configure for thier particular Stash Docker instances. - The following is the uncommented example from the **filemonitor_config.py** file. -``` Python +```Python # Docker notification from host machine "dockers": [ - # Example Stash Docker configurations. For more details see https://github.com/David-Maisonave/Axter-Stash/blob/main/plugins/FileMonitor#Multiple-Stash-Docker-Configuration + # Example Stash Docker configurations. {"GQL":"http://localhost:9995", "apiKey":"", "bindMounts":[ {r"C:\Users\admin3\AppData\Local\Docker\wsl\Stash3\data":"/data"}, {r"C:\Video":"/mnt/Video"},