Cannot connect to Docker Postgres DB on second computer
I have a postgres database sitting in docker
I am developing on two seperate computers, Notebook and Desktop. On Desktop everything works but on my Notebook I cannot authenticate to the DB
This is the
docker-compose.yml
file.
I have this config in my .env
file
Does anyone know why I can't connect to the DB on Notebook?0 Replies