Skip to content

Commit 18df690

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ In Docker, mounting refers to making files or directories from the host system a
148148

149149
Now that you have learned how to launch Postgres and pre-seed the database using an SQL script, it’s time to learn how to mount an SQL file directly into the Postgres containers’ initialisation directory (`/docker-entrypoint-initdb.d`). The `/docker-entrypoint-initdb.d` is a special directory in PostgreSQL Docker containers that is used for initializing the database when the container is first started
150150

151-
### Stop the existing Postgres instance
152-
153151
Make sure you stop any running Postgres containers (along with volumes) to prevent port conflicts before you follow the steps:
154152

155153
```console

0 commit comments

Comments
 (0)