ESPN+ & FOX Sports with Custom Channels via EPlusTV

I’m running this through Docker but don’t have a stack in Portainer. How do I update?

docker pull tonywagner/eplustv:latest

will get the latest image on your device.

Then you just have to recreate you container. In Docker Desktop, just find your container and click the three dot menu and select "Recreate". Of if you are just running a "docker run" command, you can stop it and run it again, I think. Or if you use Docker compose files like me, run this command:
docker compose up eplustv --detach

Thanks. None of that worked, though. I did not see a "recreate." I ran the update script and then restarted from the three dots. Still on 4.15.6. Also tried the detach script. Running the docker pull tells me it is up to date

Edit: I just removed the container and then ran the command again to get to .16

Another option is to run something like dockwatch that is a container for managing your containers. One thing it makes easy is checking/updating container versions. I just used it tonight to update EPlusTV to the new version.

Thank you! I'll try that.