Merge pull request #7 from mrts/non-standard-db-names-doc
Describe how to create non-standard DB names
This commit is contained in:
commit
ac7f26d210
@ -48,3 +48,10 @@ to the container:
|
|||||||
- POSTGRES_MULTIPLE_DATABASES=db1,db2
|
- POSTGRES_MULTIPLE_DATABASES=db1,db2
|
||||||
- POSTGRES_USER=myapp
|
- POSTGRES_USER=myapp
|
||||||
- POSTGRES_PASSWORD=
|
- 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user