I'm trying to run the prisma for first time by fol...
# orm-help
s
I'm trying to run the prisma for first time by following this tutorial: https://www.prisma.io/docs/tutorials/setup-prisma/connect-empty-db/mysql-dusee0nore Executed this command: docker-compose up -d Starting my_project_prisma_1 ... done Finally when executed the 'prisma deploy' command, getting following error: Could not connect to server at http://localhost:4466. Please check if your server is running. Any help?
d
after issuing
docker-compose up -d
you should be able to open a browser to
<http://localhost:4466>
. What happens if you try that? also, from the command line
docker ps
will show you which containers are running. What does it show?