We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198b275 commit 1d49629Copy full SHA for 1d49629
reset.sh
@@ -44,7 +44,7 @@ confirm "☠️ Warning! 😳 This is highly destructive! 😱 Are you sure you
44
echo "Okay ... good luck! 😰"
45
46
# Hit the reset button.
47
-docker compose down --volumes --remove-orphans --rmi local
+docker-compose down --volumes --remove-orphans --rmi local
48
49
# Remove any remaining (likely external) volumes with name matching 'sentry-.*'.
50
for volume in $(docker volume list --format '{{ .Name }}' | grep '^sentry-'); do
0 commit comments