Skip to content

Commit 0d9fe48

Browse files
authored
docs(admin/workspace-proxies): add instructions to run using the Docker image.
1 parent efbb558 commit 0d9fe48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/admin/workspace-proxies.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ CODER_TLS_KEY_FILE="<key_file_location>"
9090
coder wsproxy server
9191
```
9292

93+
### Running from the Docker image
94+
95+
Modify the entrypoint to
96+
```bash
97+
entrypoint = ["/opt/coder", "wsproxy", "server"]
98+
```
99+
93100
### Selecting a proxy
94101

95102
Users can navigate to their account settings to select a workspace proxy. Workspace proxy preferences are cached by the web browser. If a proxy goes offline, the session will fall back to the primary proxy. This could take up to 60 seconds.

0 commit comments

Comments
 (0)