docs(site): Fix typo

This commit is contained in:
Jakob Kukla
2022-10-21 07:39:38 +02:00
committed by GitHub
parent 62912f6cab
commit 7d47658cbb

View File

@@ -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: