When I call the command docker ps
all my running docker containers are listed. Among other things, the port mappings are displayed in the PORTS column.
I can't figure out what the difference is between this notation: 5432/tcp and that notation: 0.0.0.0:5432->5432/tcp.