Docker – cannot connect to posgres from pgadmin – Debian
I ran a docker-compose to run Postgres and pgadmin, with the following docker-compose file. I can login to pgadmin but pgadmin cannot connect to the Postgres. However, Postgres is running smoothly and accepting requests. docker-compose.yaml version: "3" services: postgres: image:…