Skip to content

Commit e02e7f8

Browse files
committed
fix initial_upstreams
1 parent 9f9457c commit e02e7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/worker.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ worker {
1616
description = "A worker for a docker demo"
1717
address = "worker"
1818
public_addr = "localhost:9202"
19-
controllers = ["boundary"]
19+
initial_upstreams = ["boundary"]
2020
}
2121

2222
kms "aead" {

0 commit comments

Comments
 (0)