Skip to content

Commit 5726a11

Browse files
author
Tobias Lückel
committed
Added remove orphans parameter because old containers of the same project should be removed
1 parent f012de1 commit 5726a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sdTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function run_container {
8787
function start_container {
8888
prepare
8989
echo_configuration
90-
docker_compose_cmd up --no-start $@
90+
docker_compose_cmd up --no-start --remove-orphans $@
9191
docker_compose_cmd start $@
9292
}
9393

0 commit comments

Comments
 (0)