summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run/run-vespa-internal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run/run-vespa-internal.sh b/docker/run/run-vespa-internal.sh
index dce0d4dff97..cf00c8a32dc 100755
--- a/docker/run/run-vespa-internal.sh
+++ b/docker/run/run-vespa-internal.sh
@@ -14,7 +14,7 @@ cd $DIR
# Workaround until we figure out why rpm does not set the ownership.
chown -R vespa:vespa /opt/vespa
-export VESPA_CONFIG_SERVERS=$(hostname)
+export VESPA_CONFIGSERVERS=$(hostname)
/opt/vespa/bin/vespa-start-configserver
# Give config server some time to come up before starting services