You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,18 @@ mechanism.
18
18
### By mounting a volume
19
19
20
20
Clone the repository, mount its directory as a volume into
21
-
`/docker-entrypoint-initdb.d` and declare database names separated by commas in
22
-
`POSTGRES_MULTIPLE_DATABASES` environment variable as follows
21
+
`/docker-entrypoint-initdb.d` and declare database names separated by commas and each entry with database, user and password separated by double colon in `POSTGRES_MULTIPLE_DATABASES` environment variable as follows
0 commit comments