Can`t install on windows 10

can’t install on wondows 10 with docker :this is the answer on winows terminal(admon):“Attaching to cedalo_platform-management-center-1, cedalo_platform-mosquitto-1, cedalo_platform-streamsheets-1
Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:1883 → 0.0.0.0:0: listen tcp 0.0.0.0:1883: bind: Intento de acceso a un socket no permitido por sus permisos de acceso.”
somebody can help?,thanks

:heavy_check_mark: Container cedalo_platform-mosquitto-1 Created 0.9s
:heavy_check_mark: Container cedalo_platform-management-center-1 Created 0.4s
:heavy_check_mark: Container cedalo_platform-streamsheets-1 Created 0.4s
Attaching to cedalo_platform-management-center-1, cedalo_platform-mosquitto-1, cedalo_platform-streamsheets-1
Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:1883 → 0.0.0.0:0: listen tcp 0.0.0.0:1883: bind: Intento de acceso a un socket no permitido por sus permisos de acceso.

Hello,

this means, that you are already using port 1883 somewhere. Either find the source for this and deactivate that port usage, or you can go ahead and exchange the port mapping in the docker-compose file.

Change

1883:1883

to e.g.

1884:1883

i did it ,and not working still:Attaching to cedalo_platform-management-center-1, cedalo_platform-mosquitto-1, cedalo_platform-streamsheets-1
Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:1884 → 0.0.0.0:0: listen tcp 0.0.0.0:1884: bind: Attempted access to a socket not permitted by its access permissions.

Hello spereg53,

This is the same error again. You also seem to use that port.
Try out different ports. 1884 was just an example.