Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/docker/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading