Update README.md

volumes_from instead of volumes-from in docker-compose.yml
This commit is contained in:
Gaurav Arora 2017-06-01 13:44:14 +05:30 committed by GitHub
parent f8a4572935
commit 76d60f2ee2
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ services:
- app
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
volumes-from:
volumes_from:
- app
restart: always
```