2

I am trying to connect my Metabase docker container to my containers database containers. docker ps enter image description here

Metabase container created such as the docs: docker run -d -p 3000:3000 --name metabase metabase/metabase

This are my networks: enter image description here

mongodb container and mysql container are also connected to the control-panel-back, but I don't think that matters. Either way: when I tried to connect the databases it gives me the following error:

enter image description here enter image description here

freecks
  • 137
  • 4
  • 18

1 Answers1

2

I used the IP of the connection.

docker network ls

docker inspect network_name

Use the IPAM.Config.Gateway for the Host.

freecks
  • 137
  • 4
  • 18