diff --git a/content/guides/postgresql/networking-and-connectivity.md b/content/guides/postgresql/networking-and-connectivity.md index 1758f1273684..8f804c1e456c 100644 --- a/content/guides/postgresql/networking-and-connectivity.md +++ b/content/guides/postgresql/networking-and-connectivity.md @@ -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` \ No newline at end of file +- If using Docker Compose, the network is created automatically when you run `docker compose up`