1
0
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:
khorevaa 2021-03-04 16:38:09 +03:00
parent d0a835d457
commit c72eaa753c
2 changed files with 6 additions and 1 deletions

View File

@ -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"},

View File

@ -19,7 +19,12 @@
## How to use
### Docker
```shell
docker run -p 3001:3001 ghcr.io/khorevaa/kubodin:latest \
--port :3001 --server 1cserver:1545
```
### Github Release
## License