Skip to content

Commit dd8750a

Browse files
Docker Docs
1 parent 2d60d7b commit dd8750a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/docker.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222

2323
Or alternatively `curl` the file
2424
```bash
25-
command here when repo goes public
25+
curl https://raw.githubusercontent.com/Ruby-Network/ruby/main/docker/docker-compose.yml > docker-compose.yml
26+
```
27+
Or with `wget`
28+
```bash
29+
wget https://raw.githubusercontent.com/Ruby-Network/ruby/main/docker/docker-compose.yml
2630
```
2731

2832
Or just copy this config:

0 commit comments

Comments
 (0)