Fix image name in README

This commit is contained in:
pierreozoux 2017-03-13 21:03:54 +00:00
parent cdd12ccb0c
commit 3043269f91
1 changed files with 3 additions and 3 deletions

View File

@ -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: Starting Nextcloud php-fpm instance listening on port 9000 is as easy as the following:
```console ```console
$ docker run -d indiehosters/nextcloud $ 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 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. 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.
@ -42,7 +42,7 @@ If you want to access your Nextcloud from the internet we recommend configuring
To update your Nextcloud version you simply have to pull and start the new container. To update your Nextcloud version you simply have to pull and start the new container.
```console ```console
$ docker pull indiehosters/nextcloud $ docker pull nextcloud
$ docker run -d indiehosters/nextcloud $ docker run -d nextcloud
``` ```
When you access your site the update wizard will show up. When you access your site the update wizard will show up.