Loading Makefile.base +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ up: ##@base start stack clean: ##@base remove all containers in stack $(DOCKER_COMPOSE) kill $(DOCKER_COMPOSE) rm -fv --all $(DOCKER_COMPOSE) rm -fv $(DOCKER_COMPOSE) down --remove-orphans # Help based on https://gist.github.com/prwhite/8168133 thanks to @nowox and @prwhite Loading Loading
Makefile.base +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ up: ##@base start stack clean: ##@base remove all containers in stack $(DOCKER_COMPOSE) kill $(DOCKER_COMPOSE) rm -fv --all $(DOCKER_COMPOSE) rm -fv $(DOCKER_COMPOSE) down --remove-orphans # Help based on https://gist.github.com/prwhite/8168133 thanks to @nowox and @prwhite Loading