Skip to content
Snippets Groups Projects
Commit c1a23756 authored by Matthias Käppler's avatar Matthias Käppler :two:
Browse files

Merge branch 'mk-dc-down' into 'master'

Always remove orphans with make down

See merge request !276



Merged-by: Matthias Käppler's avatarMatthias Käppler <mkaeppler@gitlab.com>
parents 31c24672 d940ba5f
No related branches found
No related tags found
No related merge requests found
Pipeline #1678179991 passed
...@@ -112,7 +112,7 @@ down-%: ...@@ -112,7 +112,7 @@ down-%:
.PHONY: kill .PHONY: kill
kill: kill:
$(DOCKER_COMPOSE_AUX) kill $(DOCKER_COMPOSE_AUX) kill --remove-orphans
.PHONY: clean .PHONY: clean
clean: clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment