Problem with Prisma , Docker , Postgres and PgAdmin
when I run
npx prisma migrate dev
I get this (first image )
here is my DATABASE_URL="postgresql://moncef:moncef@postgres:5432/imenu-db?schema=public"
and my docker-compose.yml file :
I am able to open pgadmin on localhost:8888 , login with credential, create a server but when I do npx prisma migrate I get the error in the image , plz help0 Replies