I have a database on Crate DB. The database program is started through docker-compose.yml
file. It is running on http://192.168.99.100:4200 (this is the docker machine's IP with the Crate's port)
I want to connect the Crate DB with Power BI. When I try to configure the PostgreSQL ODBC Driver, I don't know what to type on "Server" field.
So far I've tried "localhost
", "127.0.0.1
","0.0.0.0
", "192.168.99.100
" but none of these works.
So my question is, which IP address should I type on the "server" field?