Mortalic Posted April 1, 2023 Share Posted April 1, 2023 Hello, I've got two docker containers both trying to listen on 8443, unifi-controller and MineOS-Node. I figured I'd change the mineos web port to 8444 via the unraid edit, and while it shows the change, the container still spins up on 8443. My apologies if this is a dumb question, but how can I change that value? Quote Link to comment
Squid Posted April 2, 2023 Share Posted April 2, 2023 What is the network mode of the containers? (Specifically MineOS) This is a very common scenario. Not quite sure what exactly you're changing, but if you're changing the WebUI entry (eg: http://[IP]:[PORT:8443]) you basically never need to touch the entry ever. You want to change the Port for the webUI. Change the host port from 8443 to whatever you want. Now, if MineOS is in Host networking instead of bridge, then any and all port mappings are ignored by design from docker themselves and you will have the conflict. It needs to be in bridge to change the host ports being used. Quote Link to comment
Mortalic Posted April 2, 2023 Author Share Posted April 2, 2023 Oh that's probably the issue then. It is in host. I'll mess with that and see if that fixes it. Quote Link to comment
Recommended Posts
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.