From 3c99abec1d2cfa3ee08b4d65b4b81d3419002bdb Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:20:28 -0500 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 2535b0e..2ad454f 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -207,8 +207,8 @@ python filemonitor.py --url http://localhost:9999 --docker "C:\Users\MyUser\AppD - For more information on creating a Docker Stash setup, see (https://github.com/David-Maisonave/Axter-Stash/tree/main/Docker) ### Multiple Stash Docker Configuration **Note:** This section applies to users who have multiple Stash Docker instances running, and also have Stash installed and running on the host machine. -- 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 their particular Stash Docker instances. +- FileMonitor can be configured to run on the host machine, and update all the Stash Docker instances when an associated 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 that are commented out in the **dockers** field, which users can easily modify to configure for their particular Stash Docker instances. - The following is the uncommented example from the **filemonitor_config.py** file. ```Python # Docker notification from host machine @@ -255,4 +255,3 @@ python filemonitor.py --url http://localhost:9999 --docker "C:\Users\MyUser\AppD ### Future Planned Features or Fixes - Have the FileMonitor running status ICON update the icon without having to go to the Settings->Tools->FileMonitor page. Planned for version 1.2.0. -- Add Docker support externally by adding docker command line argument that will take the docker-compose.yml file path.