I'm learning NestJS and I'm having some problems following the steps in the tutorial. As shown in the picture
I used this command to create a container on Docker
docker run --name postgres-nest -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres
I tried the solution mentioned in this link text
But after finding the address of this container and filling it into PGadmin again, I received a new errorenter image description here