Skip to content

Commit e602d02

Browse files
authored
Remove orphan containers on up. (#125)
1 parent 0f46740 commit e602d02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

streamr-docker-dev/bin.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ start() {
8484
FLAGS+=" --scale $service=0"
8585
done
8686

87+
FLAGS+=" --remove-orphans"
88+
8789
COMMANDS_TO_RUN+=("echo $msg")
8890
COMMANDS_TO_RUN+=("$DOCKER_COMPOSE up $FLAGS $SERVICES")
8991

0 commit comments

Comments
 (0)