Skip to content

Commit a554419

Browse files
committed
feat(loadgenerator): allow customizing frontend protocol
1 parent 92163eb commit a554419

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="http://${FRONTEND_ADDR}" --headless -u "${USERS:-10}" 2>&1
35+
ENTRYPOINT locust --host="${FRONTEND_PROTOCOL:-http}://${FRONTEND_ADDR}" --headless -u "${USERS:-10}" 2>&1

0 commit comments

Comments
 (0)