mirror of
https://github.com/technorabilia/docker-bits
synced 2024-11-18 15:25:41 +00:00
21 lines
515 B
YAML
21 lines
515 B
YAML
# [Changedetection.io](https://github.com/dgtlmoon/changedetection.io) provides
|
|
# free, open-source web page monitoring, notification and change detection.
|
|
|
|
---
|
|
version: "2.1"
|
|
services:
|
|
changedetection:
|
|
image: lscr.io/linuxserver/changedetection.io:latest
|
|
container_name: changedetection
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Europe/London
|
|
- BASE_URL= #optional
|
|
volumes:
|
|
- /path/to/appdata/config:/config
|
|
ports:
|
|
- 5000:5000
|
|
restart: unless-stopped
|
|
|