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
If running the container with --net=host, the db can only be reached on port 5432 (no ports mapping).
It would be great to have the possibility to set the port where postgres will listen to with an environment variable (an example is this image: https://github.com/mesoscloud/chronos).