hello, I am having a problem with prisma, and dock...
# orm-help
f
hello, I am having a problem with prisma, and docker. I have a container running mysql and a docker containing prisma server. Thing is, when I try to load the prisma server, I get a socket problem it says: ▸ ‘ECONNRESET’: request to http://127.0.0.1:4466/management failed, reason: socket hang up - when I try to run “prisma deploy”, it goes the same if I try to use localhost instead of 127.0.0.1. Any clues? Thanks
r
Hey @Freddy Rivero 👋 Did you try running
docker-compose up -d
and check if it was loaded successfully? Also check
docker-compose logs
for any issues logged there. If still not found, could you share your
docker-compose.yml
so that I can reproduce?