Skip to content

Commit

Permalink
build: Remove volumes when down docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Jan 25, 2024
1 parent 1f902af commit 35ae995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ run-all:
.PHONY: down
down: ## stop all containers from docker-compose
down:
@docker-compose down
@docker-compose down --volumes

.PHONY: logs
logs: ## show logs
Expand Down

0 comments on commit 35ae995

Please sign in to comment.