Skip to content

Commit da9009b

Browse files
author
Katie Horne
authored
chore: add link from install.md to Docker example README (#2435)
1 parent 93b1425 commit da9009b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/install.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,16 @@ journalctl -u coder.service -b
4646
Before proceeding, please ensure that you have both Docker and the [latest version of
4747
Coder](https://github.com/coder/coder/releases) installed.
4848

49+
> See our [docker-compose](../docker-compose.yaml) file
50+
> for additional information.
51+
4952
1. Clone the `coder` repository:
5053

5154
```console
5255
git clone git@github.com:coder/coder.git
5356
```
5457

55-
1. Navigate into the `coder` folder. Coder requires a non-`localhost` access URL
58+
2. Navigate into the `coder` folder. Coder requires a non-`localhost` access URL
5659
for non-Docker-based examples; if you have a public IP or a domain/reverse
5760
proxy, you can provide this value before running `docker-compose up` to
5861
start the service:
@@ -79,7 +82,7 @@ Coder](https://github.com/coder/coder/releases) installed.
7982
ghcr.io/coder/coder:v0.5.10
8083
```
8184

82-
1. Follow the on-screen instructions to create your first template and workspace
85+
3. Follow the on-screen instructions to create your first template and workspace
8386

8487
## Manual
8588

0 commit comments

Comments
 (0)