also allow to adjust the protocol

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-27 13:13:15 +02:00
parent 7bb7545972
commit 0c5cb7de25
2 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@ COPY --chmod=775 start.sh /start.sh
ENV RECORDING_VERSION v17.0.2
ENV ALLOW_ALL false
ENV HPB_PROTOCOL https
ENV SKIP_VERIFY false
RUN set -ex; \