summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarc Brückner <phoenix_exe@web.de>2016-09-07 12:17:24 +0200
committerGitHub <noreply@github.com>2016-09-07 12:17:24 +0200
commit1541a2568f8cf39cb96284bc5aa729927b7594c9 (patch)
tree9448f9ffb5fd5409a548165d54e7c636b8290e69 /README.md
parentfae7c1ee5e60109fa2146ea31fbaae38325d798b (diff)
Added update infos
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42f2912f..126c9e6a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This image is designed to be used in a micro-service environment. It consists of
Starting Nextcloud php-fpm instance listening on port 9000 is as easy as the following:
```console
-$ docker run -d nextcloud
+$ docker run -d indiehosters/nextcloud
```
Now you can get access to fpm running on port 9000 inside the container. If you want to access it from the internet, we recommend using a reverse proxy in front. You can install it directly on your machine or use an additional container (You can find more information on that on the docker-compose section). Once you have a reverse proxy, you can access Nextcloud at http://localhost/ and go through the wizard.
@@ -37,3 +37,12 @@ The recommended minimal setup is using this image in combination with two contai
A working example can be found at [IndieHosters/Nextcloud](https://github.com/indiehosters/nextcloud).
If you want to access your Nextcloud from the internet we recommend configuring your reverse proxy to use encryption (for example via [let's Encrypt](https://letsencrypt.org/))
+
+## Update to a newer version
+
+To update your Nextcloud version you simply have to pull and start the new container.
+```console
+$ docker pull indiehosters/nextcloud
+$ docker run -d indiehosters/nextcloud
+```
+When you access your site the update wizard will show up.