I am constantly getting an issue of could connect ...
# orm-help
m
I am constantly getting an issue of could connect to localhost:4466 when use prisma deploy and I have tried everything like changing the end point to docker ip. Have anyone solution for
b
what is your problem? Can you show the error log?
s
replacing localhost with docker ip actually worked for me..
m
@bkstorm I get the following error when I am using the localhost:4466 as the endpoint
@bkstorm I also tried changing the endpoint to docker-machine default ip in prisma.yml but then I got the following error
@bkstorm My docker-compose.yml file is following
n
If you're using docker-machine, you need to use the VM's IP address
Looks like you're running postgres in the host. I think
host.docker.internal
only works with Docker Desktop for Windows
But I recommend switching to Docker Desktop for Windows, if you can
m
@nuno Thank you