Need help setting up EPlusTV docker container

That is a fantastic guide and I went through it again. I have the container working and have completed my logins.
What I did not notice until I went through this again setting up the container on Port 9000 does no good when the serve defaults to 8000 See the last logs attached. I totally missed it!! Thank you all for your help.

** invalid source url: Get "http://192.168.73.38:9000/channels.m3u": dial tcp 192.168.73.38:9000: connect: connection refused**

Here is how I setup the container in docker. Not sure why it asks you to specify ports then chooses one for you anyway. (8000)

Here are the logs from restarting the container.

I totally missed it!! Thank you all for your help.

In Docker, you have the option to map a port the container uses to a different port on your host computer. In other words, if you want to use 9000 you'd specify that as the local port, but you still need to specify the port the container is using which is 8000. Some projects give you the option to change the port the container uses, but many don't.

You may want to consider installing Portainer on your Synology, and then you can use a more cross-platform method of installing Docker projects via Docker Compose. You'd also be able to use cool projects like this, to deploy CDVR extensions with "one-click" :slight_smile::

Thank you. I will try that out if sounds interesting and fun.