Skip to content

Commit

Permalink
ensure auto-start after reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 authored Nov 20, 2020
1 parent e846a50 commit 4fd6e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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 --restart unless-stopped --name pluto-for-channels -p 8080:80 jonmaddox/pluto-for-channels

You can retrieve the playlist and EPG via:

Expand Down

0 comments on commit 4fd6e40

Please sign in to comment.