You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can anyone help with postgres in docker container? it starts with 127.0.0.1 and it is not accessible from outside. I try o change pg_hba, set ip to 0.0.0.0/0, set set docker-compose.yml ports: - "0.0.0.0:5432:5432", hostconfig.json "PortBindings":{"5432/tcp":[{"HostIp":"0.0.0.0","HostPort":"5432"}]} but after restart container this value turn back...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
can anyone help with postgres in docker container? it starts with 127.0.0.1 and it is not accessible from outside. I try o change pg_hba, set ip to 0.0.0.0/0, set set docker-compose.yml ports: - "0.0.0.0:5432:5432", hostconfig.json "PortBindings":{"5432/tcp":[{"HostIp":"0.0.0.0","HostPort":"5432"}]} but after restart container this value turn back...
Beta Was this translation helpful? Give feedback.
All reactions