From 84747b2dfc24b87b9ab50685ae41a55055cfea19 Mon Sep 17 00:00:00 2001 From: Stefano Date: Sun, 4 May 2025 15:00:45 -0500 Subject: [PATCH] Changed port to 6090 on Dockerfile_HF. --- Dockerfile_HF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_HF b/Dockerfile_HF index 680e6fc..041d1df 100644 --- a/Dockerfile_HF +++ b/Dockerfile_HF @@ -16,5 +16,5 @@ RUN git clone https://git.fiorinis.com/Home/streamlink-server.git . RUN pip install --no-cache-dir -r ./src/requirements.txt -EXPOSE 7860 +EXPOSE 6090 CMD ["python3", "src/stream_link_server.py"] \ No newline at end of file