Skip to content

Commit 6c50e2a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Assuming that you have an existing Postgres database instance up and running, fo
142142

143143
Use `\q` or `\quit` to exit from the Postgres interactive shell.
144144

145-
## Pre-seeding the database by using Volumes to mount SQL files
145+
## Pre-seed the database by bind-mounting a SQL script
146146

147147
In Docker, mounting refers to making files or directories from the host system accessible within a container. This let you to share data or configuration files between the host and the container, enabling greater flexibility and persistence.
148148

0 commit comments

Comments
 (0)