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.
1 parent 36e1ff2 commit c78c8baCopy full SHA for c78c8ba
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