diff --git a/internal/glance/main.go b/internal/glance/main.go index b320d60..addb089 100644 --- a/internal/glance/main.go +++ b/internal/glance/main.go @@ -163,7 +163,7 @@ func serveUpdateNoticeIfConfigLocationNotMigrated(configPath string) bool { }) server := http.Server{ - Addr: "localhost:8080", + Addr: ":8080", Handler: mux, } server.ListenAndServe()