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
546 B
YAML

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