File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ docker run sfproductlabs/roo:latest
46
46
git mod download
47
47
make
48
48
# update the config if you need
49
- rood ./config.json
49
+ sudo rood ./config.json
50
50
```
51
- * Run a cluster in a minute on docker swarm
51
+ * Run a cluster on docker swarm
52
52
``` sh
53
53
docker swarm init
54
54
docker network create -d overlay --attachable forenet --subnet 192.168.9.0/24
55
- # this notifies that we should put roo on machines/swarm-nodes with this label
55
+ # the following label notifies that we should put a single instnce of roo on machines/swarm-nodes with the label "load_balancer"
56
56
docker node ls -q | xargs docker node update --label-add load_balancer=true
57
57
docker stack deploy -c roo-docker-compose.yml --resolve-image never roo
58
58
```
Original file line number Diff line number Diff line change 18
18
"MaxHeaderBytes" : 1048576 ,
19
19
"AllowOrigin" : " *" ,
20
20
"DefaultRedirect" : " https://sfpl.io" ,
21
- "Debug" : false ,
21
+ "Debug" : true ,
22
22
"AcmeStaging" : false ,
23
23
"DataDirectoryRoot" : " " ,
24
24
"Cluster" : {
You can’t perform that action at this time.
0 commit comments