mention unstable docker branch

This commit is contained in:
Harvey Tindall 2020-09-15 12:23:43 +01:00
parent 258656fbf9
commit d7fcfe9416
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ docker create \
-v /path/to/.config/jfa-go:/data \ # Path to wherever you want to store the config file and other data
-v /path/to/jellyfin:/jf \ # Path to jellyfin config directory
-v /etc/localtime:/etc/localtime:ro \ # Makes sure time is correct
hrfee/jfa-go
hrfee/jfa-go # hrfee/jfa-go:unstable for latest build from git
```
#### Build from source