diff --git a/README.md b/README.md index c405ec95..fbd1e0fa 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,16 @@ Know when ... **Get monitoring now! super simple, one command!** +Run the python code on your own machine by cloning this repository, or with docker and/or docker-compose + +With one docker-compose command + +```bash +docker-compose up -d +``` + +or + ```bash docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore --name changedetection.io dgtlmoon/changedetection.io