From 9edb59167003ec81354e22436b63b4276425b66f Mon Sep 17 00:00:00 2001 From: Leigh Morresi <275001+dgtlmoon@users.noreply.github.com> Date: Fri, 29 Jan 2021 12:40:39 +0100 Subject: [PATCH] Oops left out the image name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 194a9641..bbdfec1a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Get monitoring! super simple. ``` $ mkdir ./datastore -$ docker run -d --restart always -p "127.0.0.1:5000:5000" -v "$(pwd)"/datastore:/datastore +$ docker run -d --restart always -p "127.0.0.1:5000:5000" -v "$(pwd)"/datastore:/datastore dgtlmoon/changedetection.io ``` Now visit http://127.0.0.1:5000 , The interface will now expose the UI, you can change this in the `docker-compose.yml`