Skip to content

Commit 3be4dd5

Browse files
authored
Merge pull request #811 from Paraphraser/20251010-postgres-master
fix container name typos for docker-compose commands
2 parents e40b43d + fd22b2e commit 3be4dd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Containers/PostgreSQL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Notes:
7676

7777
``` console
7878
$ cd ~/IOTstack
79-
$ docker-compose up -d postgresql
79+
$ docker compose up -d postgres
8080
```
8181

8282
## Postgres v17 to v18 migration { #v1718migration }
@@ -131,7 +131,7 @@ To resolve that error and restore access to your database, you need to revert to
131131
2. Stop the (broken) container:
132132

133133
``` console
134-
$ docker compose down postgresql
134+
$ docker compose down postgres
135135
```
136136

137137
3. Use your favourite text editor to open `docker-compose.yml`.
@@ -147,7 +147,7 @@ To resolve that error and restore access to your database, you need to revert to
147147
4. Start the container again:
148148

149149
``` console
150-
$ docker compose up -d postgresql
150+
$ docker compose up -d postgres
151151
```
152152

153153
The container should start normally and you regain access to your databases.

0 commit comments

Comments
 (0)