From df0b7bb0fe06bcea078f9ab055ac06ee9c77e6dc Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 3 Oct 2021 19:25:50 +0200 Subject: [PATCH] Update README.md Re #240 return update instructions --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afec97452..45bf6cf5e 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,23 @@ Then visit http://127.0.0.1:5000 , You should now be able to access the UI. _Now with per-site configurable support for using a fast built in HTTP fetcher or use a Chrome based fetcher for monitoring of JavaScript websites!_ - -### Screenshots +## Updating changedetection.io + +### Docker +``` +docker pull dgtlmoon/changedetection.io +docker kill $(docker ps -a|grep changedetection.io|awk '{print $1}') +docker rm $(docker ps -a|grep changedetection.io|awk '{print $1}') +docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore --name changedetection.io dgtlmoon/changedetection.io +``` + +### docker-compose + +```bash +docker-compose pull && docker-compose up -d +``` + +## Screenshots Examining differences in content.