From fff38704abc9f276fac280dc0fa18255e3575a4f Mon Sep 17 00:00:00 2001 From: Alex Clarke <39523942+Dark-Alex-17@users.noreply.github.com> Date: Sat, 16 Nov 2024 18:04:47 -0700 Subject: [PATCH] chore(readme): Updated the README to explicitly mention creating the config file first for docker installs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa47fba..8a81649 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,13 @@ cargo install --locked managarr ### Docker Run Managarr as a docker container by mounting your `config.yml` file to `/root/.config/managarr/config.yml`. For example: ```shell -docker run --rm -it -v ~/.config/managarr:/root/.config/managarr darkalex17/managarr +docker run --rm -it -v ~/.config/managarr/config.yml:/root/.config/managarr/config.yml darkalex17/managarr ``` You can also clone this repo and run `make docker` to build a docker image locally and run it using the above command. +Please note that you will need to create and popular your configuration file first before starting the container. Otherwise the container will fail to start. + ## Features ### Radarr