We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92163eb commit a554419Copy full SHA for a554419
src/loadgenerator/Dockerfile
@@ -32,4 +32,4 @@ COPY locustfile.py .
32
# enable gevent support in debugger
33
ENV GEVENT_SUPPORT=True
34
35
-ENTRYPOINT locust --host="http://${FRONTEND_ADDR}" --headless -u "${USERS:-10}" 2>&1
+ENTRYPOINT locust --host="${FRONTEND_PROTOCOL:-http}://${FRONTEND_ADDR}" --headless -u "${USERS:-10}" 2>&1
0 commit comments