mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
Update dockerfile and server
This commit is contained in:
parent
3ac9776585
commit
007492b77d
2 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ var (
|
|||
endpoint = flag.String("e", "", "Dockerd endpoint")
|
||||
verbose = flag.Bool("v", false, "Verbose logging")
|
||||
port = flag.String("p", "9000", "Port to serve dockerui")
|
||||
assets = flag.String("a", "/app", "Path to the assets")
|
||||
assets = flag.String("a", ".", "Path to the assets")
|
||||
)
|
||||
|
||||
type multiHandler struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue