From a8c61814246076eacef6cf370efc735fbeed30bc Mon Sep 17 00:00:00 2001 From: Marcelo Linhares Castro <marlinhares@gmail.com> Date: Sat, 15 May 2021 13:26:40 -0300 Subject: [PATCH] Adicionando remove orphans tb no run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a70710af..aeb1dc48 100644 --- a/Makefile +++ b/Makefile @@ -303,7 +303,7 @@ else ifeq ("$(EXISTE_LOCAL_OPENLDAP_DB)", "") else make build_docker_compose - $(COMMMADCOMPOSE) up -d + $(COMMMADCOMPOSE) up -d --remove-orphans endif