Skip to content

Commit

Permalink
Merge pull request #7 from mrts/non-standard-db-names-doc
Browse files Browse the repository at this point in the history
Describe how to create non-standard DB names
  • Loading branch information
mrts committed Dec 16, 2017
2 parents 00cde53 + caed6e9 commit ac7f26d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -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"

0 comments on commit ac7f26d

Please sign in to comment.