Dremio JDBC Postgres

I work on Docker so I have Dremio - Minio - Nessi - Postgres in docker. They are connected in the same network
I try to connect postgres - dremio (Foreign Data Wrapper concept). When I’ve tried to connect dremio since postgres it gives me remote server returned an error.
Nb: I’ve already dowlaoded the jdbc dremio jar in my postgres
image
Here my config !

@diamondra Have seen the error on the Postgres side? There should be a file called pg_hba.conf file that needs an explicit entry allowing the docker (might be needed even though they are on the same network)