From 4ca14675e6627d51b7535e5ea63f5da06ec4e452 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 13 Sep 2020 23:32:00 +0100 Subject: [PATCH] change docker command to be less ambiguous --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c936bea..2c0d369 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ For [docker](https://hub.docker.com/repository/docker/hrfee/jfa-go), run: docker create \ --name "jfa-go" \ # Whatever you want to name it -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 /etc/localtime:/etc/localtime:ro \ # Makes sure time is correct hrfee/jfa-go