summaryrefslogtreecommitdiffstats
path: root/docker/run/run-vespa-internal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/run/run-vespa-internal.sh')
-rwxr-xr-xdocker/run/run-vespa-internal.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/run/run-vespa-internal.sh b/docker/run/run-vespa-internal.sh
index 074c1887394..dce0d4dff97 100755
--- a/docker/run/run-vespa-internal.sh
+++ b/docker/run/run-vespa-internal.sh
@@ -17,6 +17,8 @@ chown -R vespa:vespa /opt/vespa
export VESPA_CONFIG_SERVERS=$(hostname)
/opt/vespa/bin/vespa-start-configserver
+# Give config server some time to come up before starting services
+sleep 5
/opt/vespa/bin/vespa-start-services
# Print log forever