From 1d8af593dfe7ec0e067916bcf08107352d708561 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 17 Jun 2023 10:55:08 +0200 Subject: [PATCH] Deactivated scale-up for service query in `README.sh` --- README.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.sh b/README.sh index db1dde9..ba50a69 100755 --- a/README.sh +++ b/README.sh @@ -85,7 +85,7 @@ http -v query.localhost/bart http -v query.localhost/nerd http -v query.localhost/riddler -docker-compose up -d --scale query=5 query +// docker-compose up -d --scale query=5 query http -v --follow query.localhost/bart sleep 1 http -v --follow query.localhost/bart -- 2.20.1