1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 07:31:46 +01:00

Fixes host

This commit is contained in:
Amir Raminfar
2018-10-30 15:37:08 -07:00
parent 706592c140
commit 827ffc240b

View File

@@ -17,7 +17,7 @@ import (
var (
box = packr.NewBox("./templates")
cli *client.Client
addr = flag.String("addr", "localhost:8080", "http service address")
addr = flag.String("addr", ":8080", "http service address")
upgrader = websocket.Upgrader{}
version = "dev"
commit = "none"