Bot Updating Documentation

pull/90/head
LinuxServer-CI 2023-02-16 09:47:09 +01:00
rodzic 6015760161
commit 14fce4f287
1 zmienionych plików z 4 dodań i 3 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| ✅ | arm32v7-\<version tag\> |
| armhf | ✅ | arm32v7-\<version tag\> |
## Application Setup
@ -74,12 +74,13 @@ docker run -d \
--name=changedetection.io \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/London \
-e TZ=Etc/UTC \
-e BASE_URL= `#optional` \
-p 5000:5000 \
-v /path/to/appdata/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/changedetection.io:latest
```
## Parameters
@ -98,7 +99,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=Europe/London` | Specify a timezone to use EG Europe/London |
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `BASE_URL=` | Specify the full URL (including protocol) when running behind a reverse proxy |
### Volume Mappings (`-v`)