diff --git a/README.md b/README.md index 9c411e5d..680415a3 100644 --- a/README.md +++ b/README.md @@ -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