Files
docker-container/changedetect/docker-compose.yaml
2025-05-26 16:32:01 +02:00

17 lines
398 B
YAML

---
services:
changedetection:
image: lscr.io/linuxserver/changedetection.io:latest
container_name: changedetection
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- BASE_URL= #optional
- PLAYWRIGHT_DRIVER_URL= #optional
volumes:
- /home/soenke/docker-data/changedetect/config:/config
ports:
- 5238:5000
restart: unless-stopped