gateway list modal window port update
This commit is contained in:
parent
c3a971226d
commit
b33c8242e6
@ -85,7 +85,7 @@ export class GatewayCommandDialogComponent extends DialogComponent<GatewayComman
|
|||||||
this.linuxCode = "docker run -it -v ~/.tb-gateway/logs:/thingsboard_gateway/logs -v " +
|
this.linuxCode = "docker run -it -v ~/.tb-gateway/logs:/thingsboard_gateway/logs -v " +
|
||||||
"~/.tb-gateway/extensions:/thingsboard_gateway/extensions -v ~/.tb-gateway/config:/thingsboard_gateway/config --name tb-gateway -e host=" +
|
"~/.tb-gateway/extensions:/thingsboard_gateway/extensions -v ~/.tb-gateway/config:/thingsboard_gateway/config --name tb-gateway -e host=" +
|
||||||
HOST +
|
HOST +
|
||||||
" -e port=1883 accessToken=" +
|
" -e port=1883 -e accessToken=" +
|
||||||
ACCESS_TOKEN +
|
ACCESS_TOKEN +
|
||||||
" --restart always thingsboard/tb-gateway";
|
" --restart always thingsboard/tb-gateway";
|
||||||
this.windowsCode = "docker run -it -v %HOMEPATH%/tb-gateway/config:/thingsboard_gateway/config -v " +
|
this.windowsCode = "docker run -it -v %HOMEPATH%/tb-gateway/config:/thingsboard_gateway/config -v " +
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user