diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 1eb15dc..77cba5a 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -185,12 +185,14 @@ Please use the following link to report FileMonitor Feature Request:[FileMonitor Please do **NOT** use the feature request to include any problems associated with errors. Instead use the bug report for error issues. -## Docker (Not yet supported!!!) +## Docker - FileMonitor requires watchdog module in order to work. Although the watchdog module loads and runs on Docker, it fails to function because Docker fails to report file changes. -- FileMonitor can work with Docker Stash setup if it's executed externally on the host OS. Start FileMonitor on the command line and pass the Stash URL. +- FileMonitor can work with Docker Stash setup if it's executed externally on the host OS. Start FileMonitor on the command line and pass the Stash URL and --docker. + - Example: + - python filemonitor.py --url http://localhost:9999 --docker "C:\Users\MyUser\AppData\Local\Docker\wsl\Stash27.2\docker-compose.yml" - For more information, see [Using FileMonitor as a script](https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor#Using-FileMonitor-as-a-script) ### 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. \ No newline at end of file +- Add Docker support externally by adding docker command line argument that will take the docker-compose.yml file path.