0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-17 18:46:43 +01:00

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

View file

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