mirror of https://git.tuxpa.in/a/code-server.git
Fix spelling of Multi-tenancy in FAQ
This commit is contained in:
parent
181bad9563
commit
611cde7202
|
@ -10,7 +10,7 @@
|
||||||
- [How do I securely access web services?](#how-do-i-securely-access-web-services)
|
- [How do I securely access web services?](#how-do-i-securely-access-web-services)
|
||||||
- [Sub-domains](#sub-domains)
|
- [Sub-domains](#sub-domains)
|
||||||
- [Sub-paths](#sub-paths)
|
- [Sub-paths](#sub-paths)
|
||||||
- [Multi Tenancy](#multi-tenancy)
|
- [Multi-tenancy](#multi-tenancy)
|
||||||
- [Docker in code-server docker container?](#docker-in-code-server-docker-container)
|
- [Docker in code-server docker container?](#docker-in-code-server-docker-container)
|
||||||
- [Collaboration](#collaboration)
|
- [Collaboration](#collaboration)
|
||||||
- [How can I disable telemetry?](#how-can-i-disable-telemetry)
|
- [How can I disable telemetry?](#how-can-i-disable-telemetry)
|
||||||
|
@ -135,7 +135,7 @@ ensure your reverse proxy forwards that information if you are using one.
|
||||||
|
|
||||||
Just browse to `/proxy/<port>/`.
|
Just browse to `/proxy/<port>/`.
|
||||||
|
|
||||||
## Multi Tenancy
|
## Multi-tenancy
|
||||||
|
|
||||||
If you want to run multiple code-server's on shared infrastructure, we recommend using virtual
|
If you want to run multiple code-server's on shared infrastructure, we recommend using virtual
|
||||||
machines with a VM per user. This will easily allow users to run a docker daemon. If you want
|
machines with a VM per user. This will easily allow users to run a docker daemon. If you want
|
||||||
|
|
Loading…
Reference in New Issue