mirror of
https://github.com/Xevion/glance.git
synced 2025-12-06 07:15:07 -06:00
Listen on all interfaces
This commit is contained in:
@@ -163,7 +163,7 @@ func serveUpdateNoticeIfConfigLocationNotMigrated(configPath string) bool {
|
||||
})
|
||||
|
||||
server := http.Server{
|
||||
Addr: "localhost:8080",
|
||||
Addr: ":8080",
|
||||
Handler: mux,
|
||||
}
|
||||
server.ListenAndServe()
|
||||
|
||||
Reference in New Issue
Block a user