kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Update README.md - Make docker instructions easier to follow on Windows (#1158)
rodzic
463747d3b7
commit
c98536ace4
|
@ -108,8 +108,8 @@ _Now with per-site configurable support for using a fast built in HTTP fetcher o
|
||||||
### Docker
|
### Docker
|
||||||
```
|
```
|
||||||
docker pull dgtlmoon/changedetection.io
|
docker pull dgtlmoon/changedetection.io
|
||||||
docker kill $(docker ps -a|grep changedetection.io|awk '{print $1}')
|
docker kill $(docker ps -a -f name=changedetection.io -q)
|
||||||
docker rm $(docker ps -a|grep changedetection.io|awk '{print $1}')
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue