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 a554419 commit 6792ea3Copy full SHA for 6792ea3
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="${FRONTEND_PROTOCOL:-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