Update README.md

Adding more docker start help
This commit is contained in:
dgtlmoon
2021-06-26 13:34:40 +10:00
committed by GitHub
parent 25185e6d00
commit 3fa6bc5ffd

View File

@@ -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 <a href="https://docs.docker.com/get-docker/">docker</a> and/or <a href="https://www.digitalocean.com/community/tutorial_collections/how-to-install-docker-compose">docker-compose</a>
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