-
Notifications
You must be signed in to change notification settings - Fork 266
Fix typo in the example config #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Excellent catch, thank you! I think we actually even faced this in our system, someone fixed it there without reporting it upstream. |
|
End |
| image: postgres:9.6.2 | ||
| volumes: | ||
| - ../docker-posgresql-multiple-databases:/docker-entrypoint-initdb.d | ||
| - ../docker-postgresql-multiple-databases:/docker-entrypoint-initdb.d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
End
| myapp-postgresql: | ||
| image: postgres:9.6.2 | ||
| volumes: | ||
| - ../docker-posgresql-multiple-databases:/docker-entrypoint-initdb.d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
End
| - ../docker-posgresql-multiple-databases:/docker-entrypoint-initdb.d | ||
| - ../docker-postgresql-multiple-databases:/docker-entrypoint-initdb.d | ||
| environment: | ||
| - POSTGRES_MULTIPLE_DATABASES=db1,db2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
End
| - ../docker-postgresql-multiple-databases:/docker-entrypoint-initdb.d | ||
| environment: | ||
| - POSTGRES_MULTIPLE_DATABASES=db1,db2 | ||
| - POSTGRES_USER=myapp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flase
| myapp-postgresql: | ||
| image: postgres:9.6.2 | ||
| volumes: | ||
| - ../docker-posgresql-multiple-databases:/docker-entrypoint-initdb.d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
End
I think, it is related to the #2 issue