mirror of
https://github.com/docker/docs.git
synced 2026-04-03 01:38:58 +07:00
docs: fix output heading in PostgreSQL guide (#24563)
## Description - Fix the `Outout` typo in the example output heading in the PostgreSQL networking guide. - Validation: not run locally; docs-only change. ## Related issues or tickets - N/A ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
This commit is contained in:
committed by
GitHub
parent
04f9e20d53
commit
85582ec048
@@ -75,7 +75,7 @@ docker run -d --name postgres-dev \
|
||||
-v postgres_data:/var/lib/postgresql \
|
||||
postgres:18
|
||||
|
||||
# Outout
|
||||
# Output
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
6d351ed89efc postgres:18 "docker-entrypoint.s…" 9 seconds ago Up 8 seconds 5432/tcp postgres-dev
|
||||
|
||||
@@ -335,4 +335,4 @@ This section covers common PostgreSQL connection issues and their solutions when
|
||||
### "Network not found"
|
||||
|
||||
- Ensure the network exists before starting containers: `docker network create my-app-net`
|
||||
- If using Docker Compose, the network is created automatically when you run `docker compose up`
|
||||
- If using Docker Compose, the network is created automatically when you run `docker compose up`
|
||||
|
||||
Reference in New Issue
Block a user