Skip to content

Commit

Permalink
Changed the compose stop command
Browse files Browse the repository at this point in the history
Signed-off-by: Tero Saarni <[email protected]>
  • Loading branch information
tsaarni committed Nov 1, 2024
1 parent c71f729 commit 9f7ad02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class DockerComposeExtension implements BeforeAllCallback, AfterAllCallback {

private static final String DOCKER_COMPOSE_UP = "docker compose up --force-recreate --no-color --abort-on-container-exit";
private static final String DOCKER_COMPOSE_DOWN = "docker compose down";
private static final String DOCKER_COMPOSE_DOWN = "docker compose rm --force --stop";

private static Logger logger = Logger.getLogger(DockerComposeExtension.class);

Expand Down

0 comments on commit 9f7ad02

Please sign in to comment.