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 07a2a8d commit 11621c4Copy full SHA for 11621c4
content/guides/use-case/pre-seeding.md
@@ -152,6 +152,10 @@ Now that you have learned how to launch Postgres and pre-seed the database using
152
153
Make sure you stop any running Postgres containers (along with volumes) to prevent port conflicts before you follow the steps:
154
155
+```console
156
+$ docker container stop postgres
157
+```
158
+
159
1. Modify the `seed.sql` with the following entries:
160
161
```sql
0 commit comments