File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,6 @@ For example:
91
91
docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder -e DEVURL_HOST="*.mycompany.com" codercom/coder:1.25.1
92
92
```
93
93
94
- ## TLS certificates
95
-
96
- See [ our guide] ( /../../guides/tls-certificates/docker-tls.md ) for information on
97
- configuring TLS for Coder for Docker.
98
-
99
94
## Scaling
100
95
101
96
Coder for Docker is limited by the resources of the machine on which it runs. We
@@ -111,4 +106,5 @@ Currently, Coder for Docker does not support:
111
106
- External PostgreSQL databases
112
107
- The use of your own TLS certificates. If you'd like to use TLS with Coder for
113
108
Docker, you'll need to run Coder behind a reverse proxy (e.g., Caddy or NGINX)
114
- and terminate TLS at that point. [ See our related guide] ( ../guides/tls-certificates/docker-tls.md ) .
109
+ and terminate TLS at that point. See
110
+ [ our guide] ( ../guides/tls-certificates/docker-tls.md ) for information.
You can’t perform that action at this time.
0 commit comments