Merge pull request #3669 from chrisclark/master

Docs: Typo leading to possible extreme agony
This commit is contained in:
Aanand Prasad 2016-07-05 16:08:08 -07:00 committed by GitHub
commit edd3637b9b
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ called `data` and mount it into the `db` service's containers.
db:
image: postgres
volumes:
- data:/var/lib/postgres/data
- data:/var/lib/postgresql/data
volumes:
data: