We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d1725 commit aa997f7Copy full SHA for aa997f7
docs/psql.md
@@ -85,6 +85,5 @@ services:
85
## 🔁 Step 3: Restart the Postgres container
86
87
```sh
88
-docker compose down postgres
89
-docker compose up -d postgres
+docker compose up -d --force-recreate postgres
90
```
0 commit comments