Skip to content

Commit

Permalink
Try backwards compatible change
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbjeldbak committed Nov 28, 2023
1 parent b274aea commit ea6104a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update \
&& popd || exit


EXPOSE 80/tcp
EXPOSE 6878/tcp

ENTRYPOINT ["/opt/acestream/start-engine"]
CMD ["--client-console", "--http-port", "80"]
CMD ["--client-console"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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:80 ghcr.io/martinbjeldbak/acestream-http-proxy
docker run -t -p 80:6878 ghcr.io/martinbjeldbak/acestream-http-proxy
```

You are then able to access AceStreams by pointing your favorite media player
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ services:
app:
build: .
ports:
- '80:80'
- '80:6878'

0 comments on commit ea6104a

Please sign in to comment.