Merge pull request #3 from a13xg0/master

Fix typo in the example config
This commit is contained in:
Mart Sõmermaa 2017-12-13 16:07:17 +02:00 committed by GitHub
commit 00cde53f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ Clone the repository, mount its directory as a volume into
myapp-postgresql: myapp-postgresql:
image: postgres:9.6.2 image: postgres:9.6.2
volumes: volumes:
- ../docker-posgresql-multiple-databases:/docker-entrypoint-initdb.d - ../docker-postgresql-multiple-databases:/docker-entrypoint-initdb.d
environment: environment:
- POSTGRES_MULTIPLE_DATABASES=db1,db2 - POSTGRES_MULTIPLE_DATABASES=db1,db2
- POSTGRES_USER=myapp - POSTGRES_USER=myapp