From 3672996bac620e3d854f45162b45f1632ed5e0a6 Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Tue, 5 Jul 2016 16:08:08 -0700 Subject: [PATCH] Merge pull request #3669 from chrisclark/master Docs: Typo leading to possible extreme agony (cherry picked from commit edd3637b9b0e80d2ed1d3dc5f1f74f351f9116cc) Signed-off-by: Sven Dowideit --- docs/compose-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compose-file.md b/docs/compose-file.md index 902d740f..853a886e 100644 --- a/docs/compose-file.md +++ b/docs/compose-file.md @@ -818,7 +818,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: