Skip to content

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

Merged
merged 1 commit into from
Dec 13, 2017
Merged

Fix typo in the example config #3

merged 1 commit into from
Dec 13, 2017

Conversation

a13xg0
Copy link
Contributor

@a13xg0 a13xg0 commented Dec 13, 2017

I think, it is related to the #2 issue

@mrts
Copy link
Owner

mrts commented Dec 13, 2017

Excellent catch, thank you! I think we actually even faced this in our system, someone fixed it there without reporting it upstream.

@mrts mrts merged commit 00cde53 into mrts:master Dec 13, 2017
@ghost
Copy link

ghost commented Apr 7, 2023

End

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

End

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

End

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

End

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flase

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

End

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants