Hi @vsantos93
If Metabase is running in Docker, and Postgres is running in Docker, then you should point to the Postgres container. You are pointing to the Docker host.
docker inspect db
(looks like it calls the Postgres "db").
Otherwise try another guide, example: Docker-compose with persistent configuration settings
1 Like