Skip to content

Commit 44a826d

Browse files
authored
docs: fix address specification in Docker quickstart (#3396)
1 parent 1fb274c commit 44a826d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

docs/images/quickstart/docker/create-workspace.png

100644100755
90.6 KB
Loading

docs/images/quickstart/docker/ides.png

100644100755
380 KB
Loading

docs/images/quickstart/docker/login.png

100644100755
58.3 KB
Loading

docs/quickstart/docker.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ Coder with Docker has the following advantages:
1515

1616
1. [Install and launch Coder](../install.md)
1717

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.
2125

2226
```bash
23-
coder server -a $CODER_ACCESS_URL
27+
coder server --address $CODER_ADDRESS --access-url $CODER_ACCESS_URL
2428
```
2529

2630
1. Run `coder login http://localhost:7080` in a new terminal and follow the

0 commit comments

Comments
 (0)