aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdocker/run-vespa-internal.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/run-vespa-internal.sh b/docker/run-vespa-internal.sh
index b4fbacaf381..e8c8c0d4d0e 100755
--- a/docker/run-vespa-internal.sh
+++ b/docker/run-vespa-internal.sh
@@ -17,6 +17,7 @@ chown -R vespa:vespa /opt/vespa
export VESPA_CONFIG_SERVERS=$(hostname)
/opt/vespa/bin/vespa-start-configserver
+/opt/vespa/bin/vespa-start-services
# Print log forever
while true; do