docs(readme): document newly added env variables

This commit is contained in:
2025-03-21 04:50:18 -07:00
parent a05c4d3684
commit 8a13954718

View File

@@ -214,6 +214,11 @@ services:
environment:
- TZ=Etc/UTC
- DIR_RUN=/usr/bin/app
- DIR_RUN=/usr/bin/app
- STREAM_QUALITY=hd
- FILE_PLAYLIST=playlist.m3u8
- FILE_EPG=xmltv.xml
- LOG_LEVEL=4
```
<br />