summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre Ozoux <pierre@ozoux.net>2016-09-02 14:07:01 +0100
committerGitHub <noreply@github.com>2016-09-02 14:07:01 +0100
commit0f6b04926ef41f7b8cdb477b9e3784be70d4ba8d (patch)
tree88c3941a989892348ac74501ef8d4564e8d0ba31 /README.md
parentd25469239c6b9fa23b532e9ef50e2ac67692e44a (diff)
remove reference to version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4ed56afb..678c56e3 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,10 @@ A safe home for all your data. Access & share your files, calendars, contacts, m
## Start Nextcloud
-Starting the Nextcloud 9.0.53 php-fpm instance listening on port 9000 is as easy as the following:
+Starting Nextcloud php-fpm instance listening on port 9000 is as easy as the following:
```console
-$ docker run -d nextcloud:9.0.53
+$ docker run -d nextcloud
```
Now you can get access to fpm running on port 9000 inside the container. If you want to access it from the Internets, we recommend using a reverse proxy in front. You can find more information on that on the docker-compose section. Once you have a reverse proxy, go to http://localhost/ and go through the wizard. By default this container uses SQLite for data storage, but the wizard should allow for connecting to an existing database.