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 ce03d34 commit 65021d2Copy full SHA for 65021d2
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_PROTO:-http}://${FRONTEND_ADDR}" --headless -u "${USERS:-10}" 2>&1
0 commit comments