0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-14 15:34:48 +02:00

Typo, typo, typo :D

This commit is contained in:
Marc Brückner 2017-05-17 13:03:42 +02:00 committed by GitHub
parent 90cbc0254e
commit 6ff16852d3

View file

@ -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: