mirror of
https://github.com/glanceapp/glance.git
synced 2025-02-23 13:50:52 +01:00
Listen on all interfaces
This commit is contained in:
parent
74e05763f7
commit
2dce9b4c48
@ -163,7 +163,7 @@ func serveUpdateNoticeIfConfigLocationNotMigrated(configPath string) bool {
|
||||
})
|
||||
|
||||
server := http.Server{
|
||||
Addr: "localhost:8080",
|
||||
Addr: ":8080",
|
||||
Handler: mux,
|
||||
}
|
||||
server.ListenAndServe()
|
||||
|
Loading…
Reference in New Issue
Block a user