FATAL: password authentication failed for user "root" in TablePlus – Docker
So I was following up with a udemy course on backend development using PostgresSQL, Docker, GO, Kubernetes and got stuck here in the authentication part. I created my postgresql container : docker run --name postgres12 -p 5432:5432 -e POSTGRES_USER=root -e…