Skip to content

Commit

Permalink
document start env number
Browse files Browse the repository at this point in the history
  • Loading branch information
maddox committed Nov 18, 2020
1 parent 0e24cfb commit 19f5d9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ This simple Docker image will generate an M3U playlist and EPG optimized for use

Running the container is easy. Fire up the container as usual. You can set which port it runs on.

docker run -d --name pluto-for-channels -p 8080:80 jonmaddox/pluto-for-channels
docker run -d --name pluto-for-channels -p 8080:80 -e START_CHANNEL_NUMBER=500 jonmaddox/pluto-for-channels

You can retreive the playlist and epg via:
You can optionally set the start channel number via the `START_CHANNEL_NUMBER` env var.

You can retrieve the playlist and EPG via:

http://127.0.0.1:8080/playlist.m3u
http://127.0.0.1:8080/epg.xml

0 comments on commit 19f5d9c

Please sign in to comment.