File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN make && make install
3131WORKDIR /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
3737docker compose build postgres
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN make && make install
2525WORKDIR /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
3131docker 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
You can’t perform that action at this time.
0 commit comments