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 <anweshnayak@Anweshs-MacBook-Air.local>
This commit is contained in:
Anwesh Nayak 2021-05-29 13:13:39 +05:30 committed by GitHub
parent 7ef72d4147
commit cbd2036613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ""