Skip to content

Commit

Permalink
fixup: name FRONTEND_PROTO instead of FRONTEND_PROTOCOL
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Oct 18, 2024
1 parent 0f74945 commit 483c6f7
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="${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 comments on commit 483c6f7

Please sign in to comment.