remove mention of separate docker repository.

Harvey Tindall 2020-08-17 12:10:41 +01:00
parent bea32c962f
commit 534eb05051

@ -12,9 +12,9 @@ hrfee@lab:~/jellyfin-accounts# sudo docker create \
To build from Dockerfile instead, To build from Dockerfile instead,
``` ```
hrfee@lab:~$ git clone https://github.com/hrfee/jellyfin-accounts-docker.git hrfee@lab:~$ git clone https://github.com/hrfee/jellyfin-accounts.git
hrfee@lab:~$ cd jellyfin-accounts-docker hrfee@lab:~$ cd jellyfin-accounts
hrfee@lab:~/jellyfin-accounts-docker# sudo docker build -t jellyfin-accounts . 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. **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.