Commit 0d569b3f authored by 吴文龙's avatar 吴文龙

up

parent ea1bc0d2
......@@ -16,6 +16,7 @@ SNMP_TRANSPORT_DOCKER_NAME=tb-snmp-transport
TB_VC_EXECUTOR_DOCKER_NAME=tb-vc-executor
TB_VERSION=3.4.4
TB_UI_VERSION=v3
# Database used by ThingsBoard, can be either postgres (PostgreSQL) or hybrid (PostgreSQL for entities database and Cassandra for timeseries database).
# According to the database type corresponding docker service will be deployed (see docker-compose.postgres.yml, docker-compose.hybrid.yml for details).
......
......@@ -114,7 +114,7 @@ services:
- tb-core1
tb-web-ui1:
restart: always
image: "${DOCKER_REPO}/${WEB_UI_DOCKER_NAME}:v3"
image: "${DOCKER_REPO}/${WEB_UI_DOCKER_NAME}:${TB_UI_VERSION}"
ports:
- "8080"
env_file:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment