File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,16 @@ journalctl -u coder.service -b
46
46
Before proceeding, please ensure that you have both Docker and the [ latest version of
47
47
Coder] ( https://github.com/coder/coder/releases ) installed.
48
48
49
+ > See our [ docker-compose] ( ../docker-compose.yaml ) file
50
+ > for additional information.
51
+
49
52
1 . Clone the ` coder ` repository:
50
53
51
54
``` console
52
55
git clone git@github.com:coder/coder.git
53
56
```
54
57
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
56
59
for non-Docker-based examples; if you have a public IP or a domain/reverse
57
60
proxy, you can provide this value before running ` docker-compose up ` to
58
61
start the service:
@@ -79,7 +82,7 @@ Coder](https://github.com/coder/coder/releases) installed.
79
82
ghcr.io/coder/coder:v0.5.10
80
83
```
81
84
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
83
86
84
87
## Manual
85
88
You can’t perform that action at this time.
0 commit comments