Daniel K.
03/18/2018, 11:05 AMCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e1c42cadffae mysql:5.7 "docker-entrypoint..." 14 seconds ago Up 14 seconds 0.0.0.0:3307->3306/tcp prisma-db
4bd0e2e15b48 prismagraphql/prisma:1.4 "/bin/sh -c /app/s..." 14 seconds ago Up 5 seconds 0.0.0.0:4466->4466/tcp local_prisma-database_1
I've run the prisma cluster add
however when I try to prisma deploy
(with .env file tweaked) it is failing to connect, I got IP address with docker-machine ip
command, port should be open as well ... any idea what might be wrong?Daniel K.
03/18/2018, 11:57 AM