From caed6e9789154e7d9fe59c90f79a66ed5e562e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=20S=C3=B5mermaa?= Date: Sat, 16 Dec 2017 12:29:05 +0200 Subject: [PATCH] Describe how to create non-standard DB names --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 17b891d..3db6ca3 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,10 @@ to the container: - POSTGRES_MULTIPLE_DATABASES=db1,db2 - POSTGRES_USER=myapp - POSTGRES_PASSWORD= + +### Non-standard database names + +If you need to use non-standard database names (hyphens, uppercase letters etc), quote them in `POSTGRES_MULTIPLE_DATABASES`: + + environment: + - POSTGRES_MULTIPLE_DATABASES="test-db-1","test-db-2"