mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-11 18:45:34 +00:00
Update README.md
Adding more docker start help
This commit is contained in:
10
README.md
10
README.md
@@ -29,6 +29,16 @@ Know when ...
|
|||||||
|
|
||||||
|
|
||||||
**Get monitoring now! super simple, one command!**
|
**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
|
```bash
|
||||||
docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore --name changedetection.io dgtlmoon/changedetection.io
|
docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore --name changedetection.io dgtlmoon/changedetection.io
|
||||||
|
|||||||
Reference in New Issue
Block a user