Commit ccd5f306 authored by Dominique Feyer's avatar Dominique Feyer
Browse files

TASK: Remove deprecated argument --all for docker-compose

parent 508d5f8f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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