summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGaurav Arora <gauravarora@users.noreply.github.com>2017-06-01 13:44:14 +0530
committerGitHub <noreply@github.com>2017-06-01 13:44:14 +0530
commit76d60f2ee20255d1028a498a1058b018b571a648 (patch)
treef9d9d3741f2ea2f24ac602d4fa84e1f819ed3137 /README.md
parentf8a4572935d051527319c49d1c589851d4149393 (diff)
Update README.md
volumes_from instead of volumes-from in docker-compose.yml
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f3f0838..deb0d1ac 100644
--- a/README.md
+++ b/README.md
@@ -159,7 +159,7 @@ services:
- app
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- volumes-from:
+ volumes_from:
- app
restart: always
```