Skip to content

Commit

Permalink
Remove volume on make d
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 28, 2024
1 parent 7f25638 commit 58ed542
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 @@ -42,7 +42,7 @@ ctrl:
d:
@# shutdown containers
@#> don't depends on build-all because we need the old version to delete all
@docker compose $(PROFILES) $(PROJECT_DIRECTORY) down
@docker compose $(PROFILES) $(PROJECT_DIRECTORY) down -v

r:
@# restart all containers
Expand Down

0 comments on commit 58ed542

Please sign in to comment.