Based in ACEstream is a simple streaming playback, compatilbe with most video playback apps.
Only AMD64 over Ubuntu 20.04
version: "2"
services:
iptv:
image: ditronics/mrstream
container_name: MrStream
environment:
- TZ=Etc/UTC
volumes:
- ../opt:/opt
network_mode: host
restart: always
| TZ=Etc/UTC | Time Zone |
| network_mode: host | Default network mode |
| '' ../opt:opt'' | To easy safe configurations on your system