How to use PGAdmin with a Dockerized Postgres Database
In this guide, I'll explain how you can use PGAdmin to connect to a PostgreSQL database running in Docker.
This tutorial uses an example project setup with Django. However, it would be applicable to any service that uses PostgreSQL running…
