mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-11-22 10:20:12 +00:00
Updated Install (markdown)
parent
f6f7bc5292
commit
1f4e9ac45b
@ -12,10 +12,9 @@ hrfee@lab:~/jellyfin-accounts# sudo docker create \
|
|||||||
To build from Dockerfile instead,
|
To build from Dockerfile instead,
|
||||||
|
|
||||||
```
|
```
|
||||||
hrfee@lab:~$ mkdir jellyfin-accounts
|
hrfee@lab:~$ git clone https://github.com/hrfee/jellyfin-accounts-docker.git
|
||||||
hrfee@lab:~$ cd jellyfin-accounts
|
hrfee@lab:~$ cd jellyfin-accounts-docker
|
||||||
hrfee@lab:~/jellyfin-accounts# wget https://raw.githubusercontent.com/hrfee/jellyfin-accounts/master/Dockerfile
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user