diff --git a/core/server.go b/core/server.go index 84e8c28..7dbd301 100644 --- a/core/server.go +++ b/core/server.go @@ -18,5 +18,5 @@ func RunServer() { c.String(200, Tail) }) gin.SetMode(gin.ReleaseMode) - Server.Run(":" + sillyGirl.Get("port", "8080")) + Server.Run("0.0.0.0:" + sillyGirl.Get("port", "8080")) }