I'm using docker to make redmine running on server and I create another container with postgresql and link to one another.
I'm new using docker but I want my redmine container connect to my localhost postgresql instead linking to my another container.
How can I do that?