fixed readme typo
This commit is contained in:
@@ -8,10 +8,10 @@ docker run \
|
|||||||
-e QBitConfig__Url="http://localhost:8080" \
|
-e QBitConfig__Url="http://localhost:8080" \
|
||||||
-e QBitConfig__Username="user" \
|
-e QBitConfig__Username="user" \
|
||||||
-e QBitConfig__Password="pass" \
|
-e QBitConfig__Password="pass" \
|
||||||
-e SonarrConfig__Intances__0__Url="http://localhost:8989" \
|
-e SonarrConfig__Instances__0__Url="http://localhost:8989" \
|
||||||
-e SonarrConfig__Intances__0__ApiKey="secret1" \
|
-e SonarrConfig__Instances__0__ApiKey="secret1" \
|
||||||
-e SonarrConfig__Intances__1__Url="http://localhost:8990" \
|
-e SonarrConfig__Instances__1__Url="http://localhost:8990" \
|
||||||
-e SonarrConfig__Intances__1__ApiKey="secret2" \
|
-e SonarrConfig__Instances__1__ApiKey="secret2" \
|
||||||
...
|
...
|
||||||
flaminel/cleanuperr:latest
|
flaminel/cleanuperr:latest
|
||||||
```
|
```
|
||||||
@@ -24,16 +24,16 @@ docker run \
|
|||||||
| QBitConfig__Url | Yes | qBittorrent instance url | http://localhost:8080 |
|
| QBitConfig__Url | Yes | qBittorrent instance url | http://localhost:8080 |
|
||||||
| QBitConfig__Username | Yes | qBittorrent user | empty |
|
| QBitConfig__Username | Yes | qBittorrent user | empty |
|
||||||
| QBitConfig__Password | Yes | qBittorrent password | empty |
|
| QBitConfig__Password | Yes | qBittorrent password | empty |
|
||||||
| SonarrConfig__Intances__0__Url | Yes | First Sonarr instance url | http://localhost:8989 |
|
| SonarrConfig__Instances__0__Url | Yes | First Sonarr instance url | http://localhost:8989 |
|
||||||
| SonarrConfig__Intances__0__ApiKey | Yes | First Sonarr instance API key | empty |
|
| SonarrConfig__Instances__0__ApiKey | Yes | First Sonarr instance API key | empty |
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
Multiple Sonarr instances can be specified using this format:
|
Multiple Sonarr instances can be specified using this format:
|
||||||
|
|
||||||
```
|
```
|
||||||
SonarrConfig__Intances__<NUMBER>__Url
|
SonarrConfig__Instances__<NUMBER>__Url
|
||||||
SonarrConfig__Intances__<NUMBER>__ApiKey
|
SonarrConfig__Instances__<NUMBER>__ApiKey
|
||||||
```
|
```
|
||||||
|
|
||||||
where `<NUMBER>` starts from 0.
|
where `<NUMBER>` starts from 0.
|
||||||
|
|||||||
Reference in New Issue
Block a user