Hi all
I successfully installed docker and the docker sonarr image. I followed the instructions from this site, which uses linuxserver/sonarr which was also the one I wanted for I'm going to us other docker images too.
I have it running but it is now only accessible through 8989 with the docker network ip. I would expect that with the line:
However I've changed that to:
This meets my old windows/apache set so I then don't need to change any links or port forwarding on the firewalls. How do I change it to use the docker ip 8086? I say 'docker ip' for a different thing I want is to have my local network ip, but I need to add / change a docker network configuration for that (not part of this post).
I also changed the download and show location to a different location as well as the config location. All working correctly.
Thanks in advance.
I successfully installed docker and the docker sonarr image. I followed the instructions from this site, which uses linuxserver/sonarr which was also the one I wanted for I'm going to us other docker images too.
I have it running but it is now only accessible through 8989 with the docker network ip. I would expect that with the line:
Code:
-p 8989:8989
However I've changed that to:
Code:
-p 8086:8989
This meets my old windows/apache set so I then don't need to change any links or port forwarding on the firewalls. How do I change it to use the docker ip 8086? I say 'docker ip' for a different thing I want is to have my local network ip, but I need to add / change a docker network configuration for that (not part of this post).
I also changed the download and show location to a different location as well as the config location. All working correctly.
Thanks in advance.