From f57c550dbb04f4488a2ede0b392a7ede4210138f Mon Sep 17 00:00:00 2001 From: Martin Bjeldbak Madsen Date: Tue, 28 Nov 2023 22:57:58 +1100 Subject: [PATCH] Revert ports because I know it works --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae557af..9889747 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Note: ARM-based CPUs are not currently supported, see issues [#5] and [#13]. Ensure you have [Docker](https://www.docker.com) installed and running. You can then pull down and run the container as shown below. ```console -docker run -t -p 80:6878 ghcr.io/martinbjeldbak/acestream-http-proxy +docker run -t -p 6878:6878 ghcr.io/martinbjeldbak/acestream-http-proxy ``` You are then able to access AceStreams by pointing your favorite media player (VLC, IINA, etc.) to the URL ``` -http://127.0.0.1/ace/getstream?id=dd1e67078381739d14beca697356ab76d49d1a2 +http://127.0.0.1:6878/ace/getstream?id=dd1e67078381739d14beca697356ab76d49d1a2 ``` Where `dd1e67078381739d14beca697356ab76d49d1a2d` is the ID of the desired AceStream channel.