Merge pull request #82 from gauravarora/patch-1

Update README.md
This commit is contained in:
Tilo Spannagel 2017-06-01 11:23:57 +02:00 committed by GitHub
commit fae8b66621
1 changed files with 1 additions and 1 deletions

View File

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