We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00cde53 + caed6e9 commit ac7f26dCopy full SHA for ac7f26d
README.md
@@ -48,3 +48,10 @@ to the container:
48
- POSTGRES_MULTIPLE_DATABASES=db1,db2
49
- POSTGRES_USER=myapp
50
- POSTGRES_PASSWORD=
51
+
52
+### Non-standard database names
53
54
+If you need to use non-standard database names (hyphens, uppercase letters etc), quote them in `POSTGRES_MULTIPLE_DATABASES`:
55
56
+ environment:
57
+ - POSTGRES_MULTIPLE_DATABASES="test-db-1","test-db-2"
0 commit comments