From 9afebbd39e46d8e4c47931515ff5c483337f6d27 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Fri, 12 Jun 2026 17:45:51 +0300 Subject: [PATCH] Small numbering issue fix for docker.md This PR fixes a numbering issue in docker.md --- docs/docker/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docker/docker.md b/docs/docker/docker.md index b5603d711..1cf666ab1 100644 --- a/docs/docker/docker.md +++ b/docs/docker/docker.md @@ -52,9 +52,9 @@ Some extensions require server startup configuration and must be loaded via `sha 2. Connect to the container's interactive terminal: -```{.bash data-prompt="$"} -docker exec -it container-name psql -U postgres -``` + ```{.bash data-prompt="$"} + docker exec -it container-name psql -U postgres + ``` The `container-name` is the name of the container that you started in the previous step.