April 8, 201511 yr For whatever reason I can't save the configuration file for needo sabnzbd. Each time I restart the container, the default configuration gets written, specifically the port. Any idea?
April 8, 201511 yr Author If I reboot sabnzbd through sabnzbd, then all works fine.. The port changes, and sticks. If I restart the container, the port reverts back to 8080.. This is the parameter it runs each time, which I suspect is what is causing this issue: Arguments = /usr/bin/sabnzbdplus --config-file /config --server 0.0.0.0:8080 If I make the port change and reboot via sabnzbd, then the parameter changes to: Arguments = /usr/bin/sabnzbdplus --config-file /config Any idea how to prevent the docker container from adding this command?
April 8, 201511 yr Author What are your container and host volume mappings in dockerMan? Should container port be left at 8080, and only the host port be modified? I think that's my issue..
April 8, 201511 yr Generally you leave the container port at the default (in this case 8080) and just adjust the host port - but it shouldn't make a difference in your case, and you can always set sab to use the other port
April 9, 201511 yr Author Generally you leave the container port at the default (in this case 8080) and just adjust the host port - but it shouldn't make a difference in your case, and you can always set sab to use the other port Thanks
Archived
This topic is now archived and is closed to further replies.