mirror of https://github.com/portainer/portainer
Default endpoint to local unix socket
parent
79c64e8163
commit
a76a2709f4
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
endpoint = flag.String("e", "", "Dockerd endpoint")
|
||||
endpoint = flag.String("e", "/var/run/docker.sock", "Dockerd endpoint")
|
||||
addr = flag.String("p", ":9000", "Address and port to serve dockerui")
|
||||
assets = flag.String("a", ".", "Path to the assets")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue