You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
515 B
YAML

2 years ago
# [Changedetection.io](https://github.com/dgtlmoon/changedetection.io) provides
# free, open-source web page monitoring, notification and change detection.
---
version: "2.1"
services:
2 years ago
changedetection:
image: lscr.io/linuxserver/changedetection.io:latest
container_name: changedetection
2 years ago
environment:
2 years ago
- PUID=1000
- PGID=1000
- TZ=Europe/London
- BASE_URL= #optional
2 years ago
volumes:
2 years ago
- /path/to/appdata/config:/config
2 years ago
ports:
- 5000:5000
restart: unless-stopped
2 years ago