summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrian Lee <blee@bitcoiner.social>2022-01-14 02:36:17 -0800
committerGitHub <noreply@github.com>2022-01-14 10:36:17 +0000
commit1b801244638f3aecd6da6d6c17eb902ca9c72639 (patch)
tree1cbd8083b1b904915d49b20ecad3271e584ca896 /README.md
parent0201ea31f4fa00d2de8b68a2bfe84eef34b8897d (diff)
Add link to nginx configuration instructions (#1663)
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 5155ff88..d3144b7f 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,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 your host.
+To use the fpm image, you need an additional web server, such as [nginx](https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html), 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 your host.
```console
$ docker run -d nextcloud:fpm