gateway list modal window port update

This commit is contained in:
Maksym Dudnik 2022-11-21 12:19:27 +02:00
parent c3a971226d
commit b33c8242e6

View File

@ -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 " +