- This is a docker image building instructions to run AceStreamTV with web-interface. More than 500 channels including HD channels.
- Ability to run custom acestream ID.
- Clone this repo
- Build image:
docker build -t acetv .
- Run container:
docker run -d -p 80:5000 --name acetv acetv
- Open http://localhost/.
Example config:
location /ace/ {
proxy_pass http://127.0.0.1:80/;
proxy_set_header ACETV_URL $scheme://$host:$server_port/ace;
}
To make the menu appear move cursor to the right edge of the screen or use shortcut Alt
+ ←
. Use Alt
+ →
shortcut or move cursor away from the menu to make it disappear.