Reputation: 1
I’m working with Astro (Astronomer CLI) on Windows 11, and I encountered an issue when trying to run astro dev start
. The error message is as follows:
Error: error building, (re)creating or starting project containers: Error response from daemon: Ports are not available: exposing port TCP 127.0.0.1:5432 -> 0.0.0.0:0: listen tcp 127.0.0.1:5432: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
What I've Tried:
docker-compose.yml
file (to another available port), but the issue persists.5432
with netstat
and docker ps
.However, I still can't resolve the issue. Additionally, I can't sign up for the Astronomer Forum due to an invite-only policy, so I’m reaching out to StackOverflow for help.
Upvotes: 0
Views: 25