We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c691e commit 95cb274Copy full SHA for 95cb274
README.md
@@ -15,9 +15,10 @@ mechanism.
15
16
## Usage
17
18
-Clone the repository, mount it's directory into the official Docker image as a volume
19
-and declare database names separated by commas in `POSTGRES_MULTIPLE_DATABASES`
20
-environment variable as follows (`docker-compose` syntax):
+Clone the repository, mount its directory as a volume into
+`/docker-entrypoint-initdb.d` and declare database names separated by commas in
+`POSTGRES_MULTIPLE_DATABASES` environment variable as follows
21
+(`docker-compose` syntax):
22
23
myapp-postgresql:
24
image: postgres:9.6.2
0 commit comments