changedetection.io/docker-compose.yml

14 wiersze
280 B
YAML
Czysty Zwykły widok Historia

services:
changedetection.io:
image: dgtlmoon/changedetection.io
container_name: changedetection.io
hostname: changedetection.io
volumes:
- changedetection-data:/datastore
ports:
- 5000:5000
restart: always
volumes:
changedetection-data: