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 0f74945 commit 483c6f7Copy full SHA for 483c6f7
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