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 9802724 commit 7003141Copy full SHA for 7003141
debug.sh
@@ -39,7 +39,7 @@ if [[ "$BUILD" == "true" ]]; then
39
fi
40
41
echo -e "\n🐳 Stopping previous Kafka Docker-Compose stack..."
42
-(cd "$BASEDIR"; docker-compose -f ./docker-compose-debug.yml down)
+(cd "$BASEDIR"; docker-compose -f ./docker-compose-debug.yml down --remove-orphans)
43
44
echo -e "\n🐳 Starting Kafka Docker-Compose stack..."
45
(cd "$BASEDIR"; docker-compose -f ./docker-compose-debug.yml up -d --scale connect=$SCALE)
0 commit comments