Docker internal network
I have a dockerfile and it builds fine but on run the app cannot connect to the postgres service internal network. I would like to use the internal network rather than the public one, is there a way in docker file to bind host network to the container?
6 Replies
Project ID:
a9a9166a-63ac-4337-bb67-24577343a636
does your dockerfile use an alpine image?
a9a9166a-63ac-4337-bb67-24577343a636
yes it uses alpine
Solution
thnx! trying this now
this worked thnx!
no prob!