Merge remote-tracking branch 'origin/main' into sonarr-cli-support

This commit is contained in:
2024-11-21 12:23:19 -07:00
+3 -1
View File
@@ -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