We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f46740 commit e602d02Copy full SHA for e602d02
streamr-docker-dev/bin.sh
@@ -84,6 +84,8 @@ start() {
84
FLAGS+=" --scale $service=0"
85
done
86
87
+ FLAGS+=" --remove-orphans"
88
+
89
COMMANDS_TO_RUN+=("echo $msg")
90
COMMANDS_TO_RUN+=("$DOCKER_COMPOSE up $FLAGS $SERVICES")
91
0 commit comments