We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38d4e4 commit 6e384b2Copy full SHA for 6e384b2
framework/.changeset/v0.9.2.md
@@ -0,0 +1 @@
1
+- Use port from a lower port range for JD to reduce collision risk
framework/components/jd/jd.go
@@ -16,7 +16,7 @@ import (
16
17
const (
18
TmpImageName = "jd-local"
19
- GRPCPort string = "42242"
+ GRPCPort string = "14231"
20
CSAEncryptionKey string = "!PASsword000!"
21
WSRPCPort string = "8080"
22
)
0 commit comments