0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-18 02:56:42 +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 - 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
``` ```