mirror of
https://github.com/khorevaa/kubodin.git
synced 2024-12-12 08:54:22 +02:00
fix: localhost usage & add docker run cmd
This commit is contained in:
parent
d0a835d457
commit
c72eaa753c
@ -100,7 +100,7 @@ func (c *MainCommand) Flags() []cli.Flag {
|
||||
return []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
Destination: &c.port, Name: "port",
|
||||
Value: "localhost:3001", Usage: "port to listen on"},
|
||||
Value: ":3001", Usage: "port to listen on"},
|
||||
&cli.StringFlag{
|
||||
Destination: &c.appServer, Name: "server",
|
||||
Value: "localhost:1545", Usage: "ras client address with port"},
|
||||
|
Loading…
Reference in New Issue
Block a user