When I run docker compose up (as administrator) I will get the following error:Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:50070 -> 0.0.0.0:0: listen tcp 0.0.0.0:50070: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
I am using Windows 11 and IIS is not installed and the port is not assigned to any other service and it is free.
I have tested same docker file on Linux and it will work there.
Could you please guide me what is the problem and how I can solve it?
When I run docker compose up (as administrator) I will get the following error:Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:50070 -> 0.0.0.0:0: listen tcp 0.0.0.0:50070: bind: An attempt was made to access a socket in a way forbidden by its access permissions. I am using Windows 11 and IIS is not installed and the port is not assigned to any other service and it is free. I have tested same docker file on Linux and it will work there. Could you please guide me what is the problem and how I can solve it?