Skip to content

Commit 11621c4

Browse files
ajeetrainadvdksn
andauthored
Update content/guides/use-case/pre-seeding.md
Co-authored-by: David Karlsson <[email protected]>
1 parent 07a2a8d commit 11621c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/guides/use-case/pre-seeding.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ Now that you have learned how to launch Postgres and pre-seed the database using
152152

153153
Make sure you stop any running Postgres containers (along with volumes) to prevent port conflicts before you follow the steps:
154154

155+
```console
156+
$ docker container stop postgres
157+
```
158+
155159
1. Modify the `seed.sql` with the following entries:
156160

157161
```sql

0 commit comments

Comments
 (0)