diff --git a/Install.md b/Install.md index 525ba93..b5f7a4e 100644 --- a/Install.md +++ b/Install.md @@ -17,7 +17,9 @@ hrfee@lab:~$ cd jellyfin-accounts hrfee@lab:~/jellyfin-accounts# wget https://raw.githubusercontent.com/hrfee/jellyfin-accounts/master/Dockerfile hrfee@lab:~/jellyfin-accounts# sudo docker build -t jellyfin-accounts . ``` +**Note**: Sometimes watchdog (used for watching Jellyfin directory) will not work on the directory mounted to `/jf`. This is probably a permissions issue, but a quick (albeit possibly dangerous) fix is to to create the container with `--privileged` as an option. +**Windows note**: This will not work on Docker for windows, although someone with a similar watchdog related problem said [this](http://blog.subjectify.us/miscellaneous/2017/04/24/docker-for-windows-watch-bindings.html) workaround worked for them. ## Debian First, ensure all the necessary dependencies are installed.