Skip to content

Commit a0aae00

Browse files
committed
chore(docker): update gRPC Agent Manager port to 9000
1 parent 0246b05 commit a0aae00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/docker/compose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func (c *Compose) Populate(conf *config.Config, stack *StackConfig) error {
218218
"INTERNAL_KEY=" + conf.InternalKey,
219219
"ENCRYPTION_KEY=" + conf.InternalKey,
220220
"GRPC_AGENT_MANAGER_HOST=agentmanager",
221-
"GRPC_AGENT_MANAGER_PORT=50051",
221+
"GRPC_AGENT_MANAGER_PORT=9000",
222222
"EVENT_PROCESSOR_HOST=event-processor-manager",
223223
"EVENT_PROCESSOR_PORT=9002",
224224
},

0 commit comments

Comments
 (0)