17 lines
398 B
YAML
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
|