mirror of https://github.com/docker/docs.git
In row 55 to 57 it is written following:
Within the `web` container, your connection string to `db` would look like
`postgres://db:5432`, and from the host machine, the connection string would
look like `postgres://{DOCKER_IP}:8001`.
As the container is running postgres on port 5432 the it should be `postgres://{DOCKER_IP}:5432` in the end of that sentence.
|
||
|---|---|---|
| .. | ||
| compose-file | ||
| compose-v2 | ||
| environment-variables | ||
| images | ||
| install | ||
| reference | ||
| extends.md | ||
| faq.md | ||
| features-uses.md | ||
| gettingstarted.md | ||
| gpu-support.md | ||
| index.md | ||
| networking.md | ||
| production.md | ||
| profiles.md | ||
| release-notes.md | ||
| samples-for-compose.md | ||
| startup-order.md | ||