We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36e1ff2 + c78c8ba commit 00cde53Copy full SHA for 00cde53
README.md
@@ -25,7 +25,7 @@ Clone the repository, mount its directory as a volume into
25
myapp-postgresql:
26
image: postgres:9.6.2
27
volumes:
28
- - ../docker-posgresql-multiple-databases:/docker-entrypoint-initdb.d
+ - ../docker-postgresql-multiple-databases:/docker-entrypoint-initdb.d
29
environment:
30
- POSTGRES_MULTIPLE_DATABASES=db1,db2
31
- POSTGRES_USER=myapp
0 commit comments