Destination Postgres: Problem connecting postgres database in docker #34181
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To add some informations, it's working when I use the IP address of the container :
|
Beta Was this translation helpful? Give feedback.
-
This is something related to docker network and not Airbyte itself. Whatever you need to try to connect using a local instance with your docker deployment you probably will hit this issue. Need to use |
Beta Was this translation helpful? Give feedback.
This is something related to docker network and not Airbyte itself. Whatever you need to try to connect using a local instance with your docker deployment you probably will hit this issue. Need to use
localhost
ordocker.internal.host
or in some cases only the container IP will work.