From 6ff16852d352713845ff782ce3f05331d96377a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Br=C3=BCckner?= Date: Wed, 17 May 2017 13:03:42 +0200 Subject: [PATCH] Typo, typo, typo :D --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3edf1b76..e39b3d5a 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ $ docker-compose up -d # Adding Features -A lot of people want use additional functionality inside their Nextcloud installation. If the image does not include the packages you need, you can easily build your own image on top of it. +A lot of people want to use additional functionality inside their Nextcloud installation. If the image does not include the packages you need, you can easily build your own image on top of it. Start your derived image with the `FROM` statement and add whatever you like. ```yaml @@ -256,7 +256,7 @@ docker-compose build --pull docker-compose up -d ``` -The `--pull` option tells docker to look for new versions of the base image. The build instructions inside your `Dockerfile` are run on top of the new image. +The `--pull` option tells docker to look for new versions of the base image. Then the build instructions inside your `Dockerfile` are run on top of the new image. # Migrating an existing installation You're already using Nextcloud and want to switch to docker? Great! Here are some things to look out for: