diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 00000000..6a189081 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +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: