From 9ec820fa97d633d5c4e700ff43fcdf8f0e1c262c Mon Sep 17 00:00:00 2001 From: Leigh Morresi <275001+dgtlmoon@users.noreply.github.com> Date: Tue, 2 Feb 2021 12:22:04 +0100 Subject: [PATCH] Add update howto --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae7444d3..9c411e5d 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,20 @@ Know when ... **Get monitoring now! super simple, one command!** -``` -$ docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore dgtlmoon/changedetection.io +```bash +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. +#### Updating to latest version + +Highly recommended :) + +```bash +docker pull dgtlmoon/changedetection.io +docker restart $(docker ps|grep changedetection|awk '{print $1}') +``` ### Screenshots