From 7d47658cbb126986096e2b07f75fbcb01d534adf Mon Sep 17 00:00:00 2001 From: Jakob Kukla Date: Fri, 21 Oct 2022 07:39:38 +0200 Subject: [PATCH] docs(site): Fix typo --- site/content/docs/Installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/Installation/_index.md b/site/content/docs/Installation/_index.md index 715024dd3..ef7df6664 100644 --- a/site/content/docs/Installation/_index.md +++ b/site/content/docs/Installation/_index.md @@ -275,7 +275,7 @@ In order to run Kopia in a container, you must: * mount `/tmp` directory in which Kopia will be mounting snapshots * Ex: `-v /mnt/kopia:tmp:shared` (must have `:shared` property, so mounts can be browsable by host system) * (recommended) check tools/docker/docker-compose.yml for startup - * for nginx reverse proxy, use: `grpc_pass grpcs://container_ip:container_port` insted of `proxy_pass` + * for nginx reverse proxy, use: `grpc_pass grpcs://container_ip:container_port` instead of `proxy_pass` Invocation of `kopia/kopia` in a container will be similar to the following example: