Bot Updating Documentation

rootless
LinuxServer-CI 2023-02-11 09:01:34 -06:00
rodzic 4971bc82db
commit 82929e84cf
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ The architectures supported by this image are:
| :----: | :----: | ---- |
| x86-64 | ✅ | amd64-\<version tag\> |
| arm64 | ✅ | arm64v8-\<version tag\> |
| armhf| ❌ | |
| armhf | ❌ | |
## Application Setup
@ -62,7 +62,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- TZ=Etc/UTC
- DISCORD__TOKEN=
- OVERSEERR__API=
- OVERSEERR__URL=http://localhost:5055
@ -93,7 +93,7 @@ docker run -d \
--name=doplarr \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=America/New_York \
-e TZ=Etc/UTC \
-e DISCORD__TOKEN= \
-e OVERSEERR__API= \
-e OVERSEERR__URL=http://localhost:5055 \
@ -115,6 +115,7 @@ docker run -d \
-v /path/to/appdata/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/doplarr:latest
```
## Parameters
@ -132,7 +133,7 @@ Docker images are configured using parameters passed at runtime (such as those a
| :----: | --- |
| `PUID=1000` | for UserID - see below for explanation |
| `PGID=1000` | for GroupID - see below for explanation |
| `TZ=America/New_York` | Specify a timezone to use EG America/New_York |
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `DISCORD__TOKEN=` | Specify your discord bot token. |
| `OVERSEERR__API=` | Specify your Overseerr API key. Leave blank if using Radarr/Sonarr. |
| `OVERSEERR__URL=http://localhost:5055` | Specify your Overseerr URL. Leave blank if using Radarr/Sonarr. |