Skip to content

Commit

Permalink
docker compose rm force flag added
Browse files Browse the repository at this point in the history
  • Loading branch information
a1fred committed Aug 20, 2022
1 parent 06f3c52 commit 4ec7154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carnival/contrib/steps/docker_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Rm(Ps):
"""
docker-compose stop
"""
subcommand = "rm"
subcommand = "rm -fv"


class Stop(Ps):
Expand Down

0 comments on commit 4ec7154

Please sign in to comment.