Skip to content

Commit

Permalink
reverted compose 1.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jul 7, 2016
1 parent 40a88a9 commit 585b180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.base
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ up: ##@development start stack

clean: ##@development remove all containers in stack
$(DOCKER_COMPOSE) kill
$(DOCKER_COMPOSE) rm -fv
$(DOCKER_COMPOSE) rm -fv --all
$(DOCKER_COMPOSE) down --rmi local --remove-orphans


# Help based on https://gist.github.com/prwhite/8168133 thanks to @nowox and @prwhite
Expand Down

0 comments on commit 585b180

Please sign in to comment.