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 cceac3d commit 867c470Copy full SHA for 867c470
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