Files
docker-compose/changedetection/docker-compose.yml
T
2023-02-28 17:24:43 +00:00

17 lines
319 B
YAML

version: "3.1"
services:
app:
image: dgtlmoon/changedetection.io
container_name: change-detection
restart: always
environment:
TZ: Europe/Lisbon
volumes:
- /mnt/SSD500/docker/changedetection:/datastore
networks:
- reverse-proxy
networks:
reverse-proxy:
external: true