Skip to content

Commit

Permalink
fix stop-localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jul 3, 2024
1 parent d49b782 commit 08db0e4
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 @@ -213,7 +213,7 @@ start-localnet-skip-build:

# stop-localnet should include all profiles so other containers are also removed
stop-localnet:
cd contrib/localnet/ && $(DOCKER) compose --profile all --remove-orphans
cd contrib/localnet/ && $(DOCKER) compose --profile all down --remove-orphans

###############################################################################
### E2E tests ###
Expand Down

0 comments on commit 08db0e4

Please sign in to comment.