mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00
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:
parent
7ef72d4147
commit
cbd2036613
@ -418,10 +418,12 @@ else
|
|||||||
wget -q --post-data="$DATA" --header="$HEADER" "$URL" > /dev/null 2>&1
|
wget -q --post-data="$DATA" --header="$HEADER" "$URL" > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
echo "++++++++++++++++++ SUCCESS ++++++++++++++++++++++"
|
echo "++++++++++++++++++ SUCCESS ++++++++++++++++++++++"
|
||||||
|
echo ""
|
||||||
echo "Your installation is complete!"
|
echo "Your installation is complete!"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Your frontend is running on 'http://localhost:3000'."
|
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 "+++++++++++++++++++++++++++++++++++++++++++++++++"
|
echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user