Changing Ports causes the program to not search tidal #224
-
Hello. Below is my compose file for my instance. version: "2.1" I would like to run this program on port 5686 instead of 8686 since I have a separate instance of lidarr already running on that port. For some reason changing the port in the compose causes the audio_sh and video_sh scripts not to start. I spent an hour trying to figure the issue and I am stumped. If I disable my first instance of lidarr that is not using this extension and then change the port within the compose file to 8686 everything works perfectly. However when it is changed to 5686 it wont trigger the scripts to run. Port 5686 is open and working. Is there some additional step that I need to take? Also in the compose file I define the port, however, when the config.xml is created on the containers first startup it automatically assigned the port to 8686 instead of the defined 5686 in the compose file. I can manually edit it to change it to 5686 but is there a reason it does this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Sounds like a misconfiguration, the internal port should never need to be change, you should only be changing the exposed port.... So what I believe you want is
Edit: |
Beta Was this translation helpful? Give feedback.
Didn't realize it, but I already have it explained in the readme, thanks to linuxserver.io's documentation. Read the Parameters description before the table.... https://github.com/RandomNinjaAtk/docker-lidarr-extended#parameters
Edit:
So what I told you previously
- 5686:8686
should work if you modify your compose file...