Browse Source

gateway list modal window port update

pull/7740/head
Maksym Dudnik 4 years ago
parent
commit
b33c8242e6
  1. 2
      ui-ngx/src/app/modules/home/components/gateway/gateway-command-dialog.component.ts

2
ui-ngx/src/app/modules/home/components/gateway/gateway-command-dialog.component.ts

@ -85,7 +85,7 @@ export class GatewayCommandDialogComponent extends DialogComponent<GatewayComman
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=" +
HOST +
" -e port=1883 accessToken=" +
" -e port=1883 -e accessToken=" +
ACCESS_TOKEN +
" --restart always thingsboard/tb-gateway";
this.windowsCode = "docker run -it -v %HOMEPATH%/tb-gateway/config:/thingsboard_gateway/config -v " +

Loading…
Cancel
Save