Minimum port configuration for Docker Server instance using only web/android/ios devices?

Pedro Malta8 years ago

Hello, I'm setting up a Traccar server, we use Kubernets to orchestrate our deploy. Kubernets, differently than docker doesn't allow me to use a port interval like 5000-5150 so I'd have to have 150 entries with each port.

So what is the minimal ports that I have to expose to make the application work if I have only web/android/ios devices using the server. I know 5055 for the web devices and 8082 for the frontend have to be open, any others?

Thanks in advance!

Anton Tananaev8 years ago

Port 5055 is for Osmand protocol if you use it, port 8082 for web interface and then any protocols that you plan to use.

Pedro Malta8 years ago

Thanks Anton!
Got it working!