diff --git a/main.go b/main.go index ac8bc06..6389d7d 100644 --- a/main.go +++ b/main.go @@ -31,7 +31,7 @@ func setupRouter() *gin.Engine { func main() { router := setupRouter() - router.Run("localhost:8080") + router.Run("0.0.0.0:8080") } func getHealthz(c *gin.Context) {