From 62173da050024acb15fc4105206e389c3e6bf145 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Fri, 10 Aug 2018 21:23:08 -0400 Subject: [PATCH] Automatically removes orphan Docker containers at start --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3874182..4737eb9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ MYSQL_DUMPS_DIR=./data/db start: init - docker-compose up -d + docker-compose up -d --remove-orphans stop: @docker-compose down -v