I have just downloaded Metabase and it looks like a great tool. However, I am having issues connecting it to a local postgresql server running through PgAdmin 4.
I have got metabase running only my localhost using port 3000, inside a docker container:
If you want to use Docker, but not sure how Docker works, then I would recommend looking for help on stackoverflow.com (or another Docker forum) since your problem is not specific to Metabase.
Hi @rkacton, when you are running metabase using docker and your database is in localhost, you can try using your current IP in the server name. You can get your localhost IP executing ipconfig in the cmd.