Skip to content

Commit

Permalink
feat(loadgenerator): allow customizing frontend protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed Nov 14, 2024
1 parent ce03d34 commit 65021d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loadgenerator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ COPY locustfile.py .
# enable gevent support in debugger
ENV GEVENT_SUPPORT=True

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 comments on commit 65021d2

Please sign in to comment.