Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port changes back to 19132 regardless of set values #477

Open
TekoXVI opened this issue Dec 11, 2024 · 2 comments
Open

port changes back to 19132 regardless of set values #477

TekoXVI opened this issue Dec 11, 2024 · 2 comments

Comments

@TekoXVI
Copy link

TekoXVI commented Dec 11, 2024

If I change the port in the docker compose file and in server.properties, it gets changed back to 19132 when the server starts. Is this by design? My ISP has 19132 locked so I need to use a different one.

@itzg
Copy link
Owner

itzg commented Dec 11, 2024

Please provide compose file that you tried. Also, keep in mind that the port mapping is what matters more where the left hand value of the mapping, "host_port", can be whatever value you want

host_port:19132/udp

@normen
Copy link

normen commented Jan 2, 2025

This probably is because of enable-lan-visibility=true in the settings, which causes the server to also register on the default ports. It will still be available on the defined ports though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants