diff --git a/main.go b/main.go index c052a7b..e2eed5a 100644 --- a/main.go +++ b/main.go @@ -257,7 +257,7 @@ func main() { }) }) - log.Println("Server läuft auf http://localhost:8080") + log.Println("Server läuft auf http://0.0.0.0:8080") http.ListenAndServe(":8080", nil) } @@ -330,6 +330,17 @@ const htmlTemplate = ` {{end}}