I’m new to docker. Im trying to deploy prisma to d...
# prisma-whats-new
m
I’m new to docker. Im trying to deploy prisma to digital ocean. It all looks good when I run
docker-compose up -d
but I get an
ECONNREFUSED
when I deploy. Looking at the docker containers the status of prisma is always
Restarting
. Makes me think it is just crashing on start and trying to start again. Anyone know how I might get logs or has run into a similar issue?