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:
parent
f8a4572935
commit
76d60f2ee2
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ services:
|
|||
- app
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
volumes-from:
|
||||
volumes_from:
|
||||
- app
|
||||
restart: always
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue