Skip to content

Commit ac7f26d

Browse files
authored
Merge pull request #7 from mrts/non-standard-db-names-doc
Describe how to create non-standard DB names
2 parents 00cde53 + caed6e9 commit ac7f26d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@ to the container:
4848
- POSTGRES_MULTIPLE_DATABASES=db1,db2
4949
- POSTGRES_USER=myapp
5050
- 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

Comments
 (0)