From 534eb05051904331e26bc5e51d04fb8fb6c8487b Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 17 Aug 2020 12:10:41 +0100 Subject: [PATCH] remove mention of separate docker repository. --- Install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Install.md b/Install.md index 3386ba5..23a5678 100644 --- a/Install.md +++ b/Install.md @@ -12,9 +12,9 @@ hrfee@lab:~/jellyfin-accounts# sudo docker create \ To build from Dockerfile instead, ``` -hrfee@lab:~$ git clone https://github.com/hrfee/jellyfin-accounts-docker.git -hrfee@lab:~$ cd jellyfin-accounts-docker -hrfee@lab:~/jellyfin-accounts-docker# sudo docker build -t jellyfin-accounts . +hrfee@lab:~$ git clone https://github.com/hrfee/jellyfin-accounts.git +hrfee@lab:~$ cd 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.