|
|
@ -98,7 +98,7 @@ Please :star: star :star: this project and help it grow! https://github.com/dgtl
|
|
|
|
With Docker composer, just clone this repository and..
|
|
|
|
With Docker composer, just clone this repository and..
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
$ docker-compose up -d
|
|
|
|
$ docker compose up -d
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Docker standalone
|
|
|
|
Docker standalone
|
|
|
@ -137,10 +137,10 @@ docker rm $(docker ps -a -f name=changedetection.io -q)
|
|
|
|
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
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### docker-compose
|
|
|
|
### docker compose
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
docker-compose pull && docker-compose up -d
|
|
|
|
docker compose pull && docker compose up -d
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
See the wiki for more information https://github.com/dgtlmoon/changedetection.io/wiki
|
|
|
|
See the wiki for more information https://github.com/dgtlmoon/changedetection.io/wiki
|
|
|
|