From 95cb274ed25e7cbff8bd25b02a14f34a66675d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=20S=C3=B5mermaa?= Date: Sun, 30 Jul 2017 21:01:15 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb831ce..af3e305 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ mechanism. ## Usage -Clone the repository, mount it's directory into the official Docker image as a volume -and declare database names separated by commas in `POSTGRES_MULTIPLE_DATABASES` -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 +(`docker-compose` syntax): myapp-postgresql: image: postgres:9.6.2