Skip to content

Commit 0d1b99a

Browse files
Roming22openshift-cherrypick-robot
authored andcommitted
feat: Enable githubapp integration from a container
The service listening on the loopback device was preventing the host to access the service running in the container. rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent cf10458 commit 0d1b99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/githubapp/githubapp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func NewGitHubApp(logger *slog.Logger) *GitHubApp {
201201
return &GitHubApp{
202202
logger: logger,
203203
gitHubURL: defaultPublicGitHubURL,
204-
webServerAddr: "127.0.0.1",
204+
webServerAddr: "0.0.0.0",
205205
webServerPort: 8228,
206206
}
207207
}

0 commit comments

Comments
 (0)