Skip to content

Commit 4a3f960

Browse files
committed
Adjustments
1 parent adbd6cd commit 4a3f960

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/extensions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ git clone https://github.com/michelp/pgjwt postgres/pgjwt
1616

1717
### 2. Modify the Postgres Dockerfile
1818

19-
Edit `postgres/Dockerfile` to install build tools and compile the
20-
extension:
19+
Edit the Postgres Dockerfile to install build tools and compile the extension:
2120

22-
```
21+
```dockerfile title="postgres/Dockerfile"
2322
RUN apt-get update && apt-get install -y \
2423
build-essential \
2524
postgresql-server-dev-17

docs/psql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ app=#
2929

3030
You can also run SQL directly without opening an interactive shell:
3131

32-
```
32+
```sh
3333
bin/postgres -c 'select * from movie;'
3434
```
3535

@@ -72,7 +72,7 @@ set editing-mode vi
7272
Add to your `compose.override.yaml` (this file is for development-only
7373
overriding of `compose.yaml`):
7474

75-
```yaml
75+
```yaml title="compose.override.yaml"
7676
services:
7777
postgres:
7878
volumes:

0 commit comments

Comments
 (0)