You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -it --entrypoint /opt/coder ghcr.io/coder/coder:latest wsproxy server
110
+
```
111
+
112
+
#### Custom Dockerfile
113
+
114
+
```Dockerfile
115
+
FROM ghcr.io/coder/coder:latest
116
+
ENTRYPOINT ["/opt/coder", "wsproxy", "server"]
117
+
```
118
+
93
119
### Selecting a proxy
94
120
95
121
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