mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-06 04:36:09 +02: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
|
- 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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue