Slightly more bulletproof instructions

pull/11/head
Leigh Morresi 2021-02-02 18:10:09 +01:00
rodzic 0c3d5e55ab
commit 3952f3a207
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -30,7 +30,8 @@ Highly recommended :)
```bash
docker pull dgtlmoon/changedetection.io
docker restart $(docker ps|grep changedetection|awk '{print $1}')
docker kill $(docker ps|grep changedetection|awk '{print $1}')
docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore dgtlmoon/changedetection.io
```
### Screenshots