Skip to content

Some issues running in Docker #123

Description

@ctschach

In order for the Webserver to bind to the docker container, I need to use this in the config.json:
ˋˋˋ
"ytdlp2strm_host" : "0.0.0.0",
"ytdlp2strm_port" : "5000",
ˋˋˋ

But this causes to use this IP and port in the STRM files which are not accessible outside of the container. So I had to use the real IP and port in the config and change the network mode to bind. Not ideal, but it works.

My recommendation would be to have a second option for the STRM Host and port.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions