0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-12-26 02:56:13 +01:00

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

View file

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