Skip to content

Commit 445529d

Browse files
author
Katie Horne
committed
remove redundnacy
1 parent 0bc643a commit 445529d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup/docker.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ For example:
9191
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
9292
```
9393

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-
9994
## Scaling
10095

10196
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:
111106
- External PostgreSQL databases
112107
- The use of your own TLS certificates. If you'd like to use TLS with Coder for
113108
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.

0 commit comments

Comments
 (0)