From 0c02c823275e0e8ce34068329773844709768293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Br=C3=BCckner?= Date: Thu, 11 May 2017 17:55:34 +0200 Subject: [PATCH] Corrected examples --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6f616792..227a47ef 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,7 @@ This version will use the apache image and add a mariaDB container **without enc version: '2' volumes: - apps: - config: - data: + nextcloud: db: services: @@ -119,9 +117,7 @@ services: links: - db volumes: - - data:/var/www/html/data - - config:/var/www/html/config - - apps:/var/www/html/custom_apps + - nextcloud:/var/www/html restart: always ``` @@ -135,9 +131,7 @@ The configuration for nginx is stored in the configuration file `nginx.conf`, th version: '2' volumes: - apps: - config: - data: + nextcloud: db: services: @@ -157,9 +151,7 @@ services: links: - db volumes: - - data:/var/www/html/data - - config:/var/www/html/config - - apps:/var/www/html/custom_apps + - nextcloud:/var/www/html restart: always web: