Run docker-compose results in dial tcp 164.92.229.23:2375: i/o timeout

If you want faster help, please, format your post properly next time and check it after posting it to make sure it looks like you wanted it to be. Otherwise pleople will walk away since they don’t want to work on understanding the question and they can’t fix your post as moderators. I fixed it for you now, but I can just hope I used code blocks correctly on your shared text…

Port 2375 is the port of the TCP socket of Docker. Where do you run the project? I used Digital Ocean but only a droplet on which I installed Docker so I didn’t have any remote socket.

You mentioned macOS in your message, so I guess you run the compose on your local machine in Docker Desktop for Mac. Then make sure your docker context is correct. If you want to use the local docker daemon, then you need the “desktop-linux” context or the “default” if that points to “desktop-linux” too.

docker context ls
docker context use desktop-linux