Skip to content

Commit 00cde53

Browse files
authored
Merge pull request #3 from a13xg0/master
Fix typo in the example config
2 parents 36e1ff2 + c78c8ba commit 00cde53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Clone the repository, mount its directory as a volume into
2525
myapp-postgresql:
2626
image: postgres:9.6.2
2727
volumes:
28-
- ../docker-posgresql-multiple-databases:/docker-entrypoint-initdb.d
28+
- ../docker-postgresql-multiple-databases:/docker-entrypoint-initdb.d
2929
environment:
3030
- POSTGRES_MULTIPLE_DATABASES=db1,db2
3131
- POSTGRES_USER=myapp

0 commit comments

Comments
 (0)