Search found 4 matches

by ritmo2k
January 26th, 2024, 6:46 pm
Forum: General Help
Topic: Trouble starting docker image
Replies: 3
Views: 799

Re: Trouble starting docker image

I am able to modify the container startup to pass 127.0.0.1:8080 to the --server parameter (I cannot use 0.0.0.0 with any port).

I have started the container and published the port, yet using curl from the container host, there is no response?

Does anyone have any suggestions?
by ritmo2k
January 26th, 2024, 4:40 pm
Forum: General Help
Topic: Trouble starting docker image
Replies: 3
Views: 799

Re: Trouble starting docker image

Actually, further research into this reveals I have the same issue as github linuxserver/docker-sabnzbd #82

ipv6 is disabled on my host (and that won't change).

It looks like there is a facility to alter the containers runtime behavior that I am looking into now.
by ritmo2k
January 26th, 2024, 4:19 pm
Forum: General Help
Topic: Trouble starting docker image
Replies: 3
Views: 799

Trouble starting docker image

I am trying to run 4.2.1 from the linuxserver/sabnzbd container using podman in Alma Linux. When I start the container I get the following error: Fatal error: Unable to bind to port 8080 on localhost. Some other software uses the port or SABnzbd is already running. I don't have anything running on p...
by ritmo2k
November 9th, 2014, 4:14 pm
Forum: Debian/Ubuntu Package
Topic: Systemd unit file and configuration
Replies: 0
Views: 2050

Systemd unit file and configuration

How does one apply a configuration file directive to the service? Are there facilities to force sabnzbd to look for a global config file for example?

Thanks.