Skip to content

Commit 7003141

Browse files
committed
update debug.sh
1 parent 9802724 commit 7003141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [[ "$BUILD" == "true" ]]; then
3939
fi
4040

4141
echo -e "\n🐳 Stopping previous Kafka Docker-Compose stack..."
42-
(cd "$BASEDIR"; docker-compose -f ./docker-compose-debug.yml down)
42+
(cd "$BASEDIR"; docker-compose -f ./docker-compose-debug.yml down --remove-orphans)
4343

4444
echo -e "\n🐳 Starting Kafka Docker-Compose stack..."
4545
(cd "$BASEDIR"; docker-compose -f ./docker-compose-debug.yml up -d --scale connect=$SCALE)

0 commit comments

Comments
 (0)