From c78c8ba818c72911299121c5f8dc0b3880615754 Mon Sep 17 00:00:00 2001 From: Alex Gorbach Date: Wed, 13 Dec 2017 23:07:18 +1000 Subject: [PATCH] Fix typo in the example config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 666b26f..17b891d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Clone the repository, mount its directory as a volume into myapp-postgresql: image: postgres:9.6.2 volumes: - - ../docker-posgresql-multiple-databases:/docker-entrypoint-initdb.d + - ../docker-postgresql-multiple-databases:/docker-entrypoint-initdb.d environment: - POSTGRES_MULTIPLE_DATABASES=db1,db2 - POSTGRES_USER=myapp