|
|
@ -47,7 +47,7 @@ For [docker](https://hub.docker.com/repository/docker/hrfee/jfa-go), run:
|
|
|
|
docker create \
|
|
|
|
docker create \
|
|
|
|
--name "jfa-go" \ # Whatever you want to name it
|
|
|
|
--name "jfa-go" \ # Whatever you want to name it
|
|
|
|
-p 8056:8056 \
|
|
|
|
-p 8056:8056 \
|
|
|
|
-v /path/to/.config/jfa-go:/data \ # Equivalent of ~/.jf-accounts
|
|
|
|
-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 /path/to/jellyfin:/jf \ # Path to jellyfin config directory
|
|
|
|
-v /etc/localtime:/etc/localtime:ro \ # Makes sure time is correct
|
|
|
|
-v /etc/localtime:/etc/localtime:ro \ # Makes sure time is correct
|
|
|
|
hrfee/jfa-go
|
|
|
|
hrfee/jfa-go
|
|
|
|