Skip to content

Commit 867c470

Browse files
committed
fixup: name FRONTEND_PROTO instead of FRONTEND_PROTOCOL
1 parent cceac3d commit 867c470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loadgenerator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ COPY locustfile.py .
3232
# enable gevent support in debugger
3333
ENV GEVENT_SUPPORT=True
3434

35-
ENTRYPOINT locust --host="${FRONTEND_PROTOCOL:-http}://${FRONTEND_ADDR}" --headless -u "${USERS:-10}" 2>&1
35+
ENTRYPOINT locust --host="${FRONTEND_PROTO:-http}://${FRONTEND_ADDR}" --headless -u "${USERS:-10}" 2>&1

0 commit comments

Comments
 (0)