Skip to content

Commit

Permalink
egeria listen on all interfaces (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco authored Nov 26, 2024
1 parent ff3ba55 commit e84399a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egeria/cmd/egeria/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ func main() {

apiLogger.Info("started on port :4040")

stdHttp.ListenAndServe("localhost:4040", router)
stdHttp.ListenAndServe("0.0.0.0:4040", router)
}

0 comments on commit e84399a

Please sign in to comment.