Updated Install (markdown)

Harvey Tindall 2020-04-15 12:58:17 +01:00
parent 14c2432991
commit 4e916acea6

@ -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.