File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,16 @@ Coder with Docker has the following advantages:
15
15
16
16
1 . [ Install and launch Coder] ( ../install.md )
17
17
18
- You may use ` CODER_ACCESS_URL=http://localhost:7080 ` since we're using local
19
- Docker workspaces exclusively. The rest of the guide will assume that this is your
20
- access URL.
18
+ You will specify ` CODER_ACCESS_URL=http://localhost:7080 ` since we're using
19
+ local Docker workspaces exclusively. ` CODER_ACCESS_URL ` is the external URL
20
+ to access Coder. The rest of the Docker quickstart guide will assume that
21
+ this is your Access URL.
22
+
23
+ You will also specify ` CODER_ADDRESS=0.0.0.0:7080 ` which is the address to
24
+ serve the API and dashboard.
21
25
22
26
``` bash
23
- coder server -a $CODER_ACCESS_URL
27
+ coder server --address $CODER_ADDRESS --access-url $CODER_ACCESS_URL
24
28
```
25
29
26
30
1. Run ` coder login http://localhost:7080` in a new terminal and follow the
You can’t perform that action at this time.
0 commit comments