Change Default Port Mapping


Chandler

Recommended Posts

I am trying to get my reverse proxy working on Unraid 6.8. I had it working before but it broke after updating because you can no longer specify a network in the extra params flag. I have it working now but the problem I am running in to is that it uses the default ports on the docker. 

image.png.0207ea0c504b32b827d6ed689af3ece2.png

In my image, Organizr has the same ports as letsencrypt. When I point the site conf to port 80/443 it just ends in redirects. I don't know how to change those default ports.. In the config for Organizr I don't even have any ports defined.. 

image.thumb.png.3f62644ee7689481569c99c1f16917fa.png

 

I am really not sure where to go from here in order to change these ports.. 

Link to comment

In Organizrs docker logs it attempts to use the port but finds that it is already in use:

nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use)

[04-Feb-2020 18:55:13] ERROR: unable to bind listening socket for address '127.0.0.1:9000': Address in use (98)

[04-Feb-2020 18:55:13] ERROR: FPM initialization failed

It spams this over and over. If I attempt to define a port in the config I only have the option to fill the host port field. A container port field does not exist.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.