From cbd20366135f33db384edef449fb8fa759853db5 Mon Sep 17 00:00:00 2001 From: Anwesh Nayak Date: Sat, 29 May 2021 13:13:39 +0530 Subject: [PATCH] fix(script): add message to kill docker containers (#128) * fix(script): add message to kill docker containers * fix(script): add message to kill docker containers * fix(script): add message to kill docker containers Co-authored-by: anweshknayak --- deploy/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index 40c6673a14..54008266be 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -418,10 +418,12 @@ else wget -q --post-data="$DATA" --header="$HEADER" "$URL" > /dev/null 2>&1 fi echo "++++++++++++++++++ SUCCESS ++++++++++++++++++++++" + echo "" echo "Your installation is complete!" echo "" echo "Your frontend is running on 'http://localhost:3000'." - + echo "" + echo "To bring down SigNoz and clean volumes : sudo docker-compose -f docker/docker-compose-tiny.yaml down -v" echo "" echo "+++++++++++++++++++++++++++++++++++++++++++++++++" echo ""