From ffc8cfe68e78bcef16013c27c1e9b91e1f720212 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 30 Sep 2025 23:04:29 -0700 Subject: [PATCH] build(dockerfile): add new env var `HDHR_PORT` --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 966cd378..4705e643 100644 --- a/Dockerfile +++ b/Dockerfile @@ -99,6 +99,7 @@ ENV DIR_RUN=/usr/bin/app ENV URL_REPO="https://git.binaryninja.net/binaryninja/" ENV WEB_IP="0.0.0.0" ENV WEB_PORT=4124 +ENV HDHR_PORT=6077 ENV WEB_ENCODING="deflate, br" ENV WEB_PROXY_HEADER="x-forwarded-for" ENV STREAM_QUALITY="hd"