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"},