Skip to content

Commit 464ae08

Browse files
committed
Adjust auth and rabbit docs
1 parent 18e490a commit 464ae08

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

docs/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN make && make install
3131
WORKDIR /var/lib/postgresql
3232
```
3333

34-
Then rebuild the Postgres imageand recreate the container:
34+
Then rebuild the Postgres image and recreate the container:
3535

3636
```sh
3737
docker compose build postgres

docs/rabbitmq.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN make && make install
2525
WORKDIR /var/lib/postgresql
2626
```
2727

28-
Then rebuild the Postgres imageand recreate the container:
28+
Then rebuild the Postgres image and recreate the container:
2929

3030
```sh
3131
docker compose build postgres
@@ -36,12 +36,6 @@ docker compose up -d postgres
3636
> [here](https://github.com/omniti-labs/pg_amqp/issues/41), and [fixed but not
3737
> yet merged](https://github.com/omniti-labs/pg_amqp/pull/43).
3838
39-
Then rebuild:
40-
41-
```sh
42-
docker compose build postgres
43-
```
44-
4539
## ➡️ 2. Add Migrations
4640

4741
### 📚 Load Required Extensions

0 commit comments

Comments
 (0)