Workers connect to controlles on 9201, not 9202 (#991)

pull/1008/head
grantorchard 5 years ago committed by GitHub
parent 48ef25433f
commit a95d2ff83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ worker {
name = "demo-worker-1"
description = "A default worker created demonstration"
# Workers must be able to reach controllers on :9202
# Workers must be able to reach controllers on :9201
controllers = [
"10.0.0.1",
"10.0.0.2",

Loading…
Cancel
Save