kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
4b1322cb0a
commit
45ddffff25
|
@ -38,7 +38,7 @@ The architectures supported by this image are:
|
||||||
|
|
||||||
Webui is accessible at http://SERVERIP:PORT
|
Webui is accessible at http://SERVERIP:PORT
|
||||||
|
|
||||||
Please note that as of version 0.45.15 this image contains the [Playwright content fetcher](https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher#docker-compose-based).
|
Please note that as of version 0.45.16 this image contains the Playwright content fetcher.
|
||||||
|
|
||||||
For more info read [the wiki](https://github.com/dgtlmoon/changedetection.io/wiki).
|
For more info read [the wiki](https://github.com/dgtlmoon/changedetection.io/wiki).
|
||||||
|
|
||||||
|
@ -50,18 +50,18 @@ To help you get started creating a container from this image you can either use
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
version: "2.1"
|
|
||||||
services:
|
services:
|
||||||
changedetection:
|
changedetection.io:
|
||||||
image: lscr.io/linuxserver/changedetection.io:latest
|
image: lscr.io/linuxserver/changedetection.io:latest
|
||||||
container_name: changedetection
|
container_name: changedetection
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Etc/UTC
|
||||||
- BASE_URL= #optional
|
- BASE_URL= #optional
|
||||||
|
- PLAYWRIGHT_DRIVER_URL= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/config
|
- /path/to/changedetection/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -76,6 +76,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-e BASE_URL= `#optional` \
|
-e BASE_URL= `#optional` \
|
||||||
|
-e PLAYWRIGHT_DRIVER_URL= `#optional` \
|
||||||
-p 5000:5000 \
|
-p 5000:5000 \
|
||||||
-v /path/to/changedetection.io/config:/config \
|
-v /path/to/changedetection.io/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
@ -100,6 +101,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
| `PGID=1000` | for GroupID - see below for explanation |
|
| `PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
| `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 |
|
| `BASE_URL=` | Specify the full URL (including protocol) when running behind a reverse proxy |
|
||||||
|
| `PLAYWRIGHT_DRIVER_URL=` | Specify the full URL to your chrome driver instance. See the [wiki](https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher) for details. |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -275,7 +277,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
* **08.03.24:** - Build Playwright from source, add libjpeg.
|
* **09.03.24:** - Build Playwright from source because Microsoft's build and packaging process is awful.
|
||||||
|
* **08.03.24:** - Build Playwright-python from source, add libjpeg.
|
||||||
* **23.12.23:** - Rebase to Alpine 3.19.
|
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||||
* **10.08.23:** - Add poppler-utils for pdf conversion tools.
|
* **10.08.23:** - Add poppler-utils for pdf conversion tools.
|
||||||
* **11.06.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
* **11.06.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
||||||
|
|
Ładowanie…
Reference in New Issue