Files
home_server/changedetection/docker-compose.yml
T
2024-02-03 11:58:42 +01:00

16 lines
357 B
YAML

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:
- /srv/changedetection/config:/config
ports:
- 5000:5000
restart: unless-stopped