Add update howto

pull/11/head
Leigh Morresi 2021-02-02 12:22:04 +01:00
rodzic e7e3eb36c0
commit 9ec820fa97
1 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -18,12 +18,20 @@ Know when ...
**Get monitoring now! super simple, one command!** **Get monitoring now! super simple, one command!**
``` ```bash
$ docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore dgtlmoon/changedetection.io docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore dgtlmoon/changedetection.io
``` ```
Now visit http://127.0.0.1:5000 , You should now be able to access the UI. Now visit http://127.0.0.1:5000 , You should now be able to access the UI.
#### Updating to latest version
Highly recommended :)
```bash
docker pull dgtlmoon/changedetection.io
docker restart $(docker ps|grep changedetection|awk '{print $1}')
```
### Screenshots ### Screenshots