How to connect Postico with two postgresses one running locally and the other in docker-container?

318 Views Asked by At

I have two postgresses running. One is running in the local machine and the other in a docker-container. I first had trouble connecting to the postgres running in the docker-container at all, but after following the instructions in this post I was able to connect to it after I had shut down my local postgres. Now my question is how could I have Postico connecting simultaniously to the local postico and the one that is running in docker-container, so that I can access databases in them simultaniously?

0

There are 0 best solutions below