Docker Bridge Netfilter nftables acces to PostgreSQL

Hi,
I have a docker for my postgreSQL in a brdge docker configuration.
I need to add an nftables rule to access to my postgreSQL from a client (HeidiSQL or pgadmin)

Do you know what is the rule i have t add please ?

I tried something like that
in chain PREROUTING
iif “eth0” tcp dport 5432 dnat to 172.17.0.5:5432

it doesn’t work…

Thank you.