From b92adfaf4b31abb4f1a4a69f18a7b14954bc2130 Mon Sep 17 00:00:00 2001 From: JMM <40151420+ldericher@users.noreply.github.com> Date: Thu, 17 Oct 2019 15:11:32 +0200 Subject: [PATCH] Update Makefile full restart on container update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c10d92b..b464b4f 100644 --- a/Makefile +++ b/Makefile @@ -215,7 +215,7 @@ endif # Combinations .PHONY: %-update %-update: %$(PROJ_SUFFX) %-build %-pull copy-conf - $(MAKE) $(call projname,$<)-cmd x="restart $(x)" + $(MAKE) $(call projname,$<)-down $(MAKE) $(call projname,$<)-up # Arbitrary compose command