aboutsummaryrefslogtreecommitdiffstats
path: root/checker/local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'checker/local.sh')
-rw-r--r--checker/local.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/checker/local.sh b/checker/local.sh
index 90425c0..81a6312 100644
--- a/checker/local.sh
+++ b/checker/local.sh
@@ -1,6 +1,7 @@
#!/bin/sh
if [ -z "$(docker ps | grep stldoctor-mongo)" ]; then
+ docker-compose down -v
docker-compose up -d stldoctor-mongo
fi