summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-02-26 23:37:41 +0100
committerGitHub <noreply@github.com>2019-02-26 23:37:41 +0100
commitecc897b4773608b079b62a6fbbc6a1e2777b12e2 (patch)
tree1339a36b9b0730589017b16ca3e6c609aed6c01b /README.md
parenta3763dfc155fafdd56eb089987695a5e7dd1da5d (diff)
parent5d607a706c691e978ca0de5d7a054133788ef90b (diff)
Merge pull request #658 from ykcab/minor-typo
Changes in the README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84b5bfbe..175b6143 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Now you can access Nextcloud at http://localhost:8080/ from your host system.
## Using the fpm image
To use the fpm image you need an additional web server that can proxy http-request to the fpm-port of the container. For fpm connection this container exposes port 9000. In most cases you might want use another container or your host as proxy.
If you use your host you can address your Nextcloud container directly on port 9000. If you use another container, make sure that you add them to the same docker network (via `docker run --network <NAME> ...` or a `docker-compose` file).
-In both cases you don't want to map the fpm port to you host.
+In both cases you don't want to map the fpm port to your host.
```console
$ docker run -d nextcloud:fpm