I’m trying to use PostgreSQL in combination with a TT-RSS container.
To do that I would like to bind Postgres to the IP in the docker network (172.17.0.1) however from the option provide I can only listen on all IPs when I enable the option enableTCPIP or the socket.
Is there a way to change this so that I can use only the internal IPs?
I might try as well to mount the socket into the container at a later point but the setup I’m trying to build here is already working with MariaDB.