Skip to content

Commit f44d73d

Browse files
formatting
1 parent a0b8672 commit f44d73d

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

readarr/readme.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
1-
# Readarr
1+
2+
# README
3+
24
## Requirements
3-
Container: https://hub.docker.com/r/linuxserver/readarr<br>
5+
6+
Container: <https://hub.docker.com/r/linuxserver/readarr>
47

58
## Installation/setup
6-
1. Add 2 volumes to your container <br>
7-
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) <br>
8-
Docker Run Example: <br>
9-
`-v /path/to/preferred/local/folder-01:/custom-services.d` <br>
9+
10+
1. Add 2 volumes to your container
11+
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
12+
Docker Run Example:
13+
`-v /path/to/preferred/local/folder-01:/custom-services.d`
1014
`-v /path/to/preferred/local/folder-02:/custom-cont-init.d`
11-
3. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/readarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/readarr/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d`
12-
4. Start your container and wait for the application to load
13-
5. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
14-
6. Restart the container
15+
1. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/readarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/readarr/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d`
16+
1. Start your container and wait for the application to load
17+
1. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
18+
1. Restart the container
1519

1620
# Updating
21+
1722
Updating is a bit more combersum. To update, do the following:
23+
1824
1. Download/update your local `/config/extended.conf` file with the latest options from: [extended.conf](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/readarr/extended.conf)
19-
2. Restart the container, wait for it to fully load the application.
20-
3. Restart the container again, for the new scripts to activate.
25+
1. Restart the container, wait for it to fully load the application.
26+
1. Restart the container again, for the new scripts to activate.
2127

2228
This configuration does its best to update everything automatically, but with how the core system is designed, the new scripts will not take affect until a second restart is completed because the container copies/uses the previous versions of the script for execution on the first restart.

0 commit comments

Comments
 (0)