Skip to content

Commit 3e2ffc3

Browse files
Fix docker-compose bug: publicClient is not valid and error
1 parent 416f7c5 commit 3e2ffc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/config_template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ kafka:
267267
dlq-topic: {{ default .Env.VISIBILITY_NAME "cadence-visibility-dev" }}-dlq
268268

269269
publicClient:
270-
hostPort: {{ default .Env.FRONTEND_SERVICE "127.0.0.1" }}:{{ default .Env.FRONTEND_PORT "7933" }}
270+
hostPort: {{ default .Env.FRONTEND_SERVICE "cadence" }}:{{ default .Env.FRONTEND_PORT "7933" }}
271271

272272
dynamicConfigClient:
273273
filepath: {{ default .Env.DYNAMIC_CONFIG_FILE_PATH "/etc/cadence/config/dynamicconfig/development.yaml" }}

0 commit comments

Comments
 (0)