File tree Expand file tree Collapse file tree
i18n/zh-Hans/docusaurus-plugin-content-docs/current/quick_start Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ version: "3.9"
5050
5151services :
5252 frontend :
53- image : registry.cn-hangzhou.aliyuncs.com/thingspanel/thingspanel-vue:v1.1.13.5
53+ image : registry.cn-hangzhou.aliyuncs.com/thingspanel/thingspanel-vue:v1.1.13.6
5454 ports :
5555 - " 8080:8080"
5656 environment :
@@ -132,7 +132,7 @@ services:
132132 - thingspanel_network
133133
134134 backend :
135- image : registry.cn-hangzhou.aliyuncs.com/thingspanel/thingspanel-go:v1.1.13.5
135+ image : registry.cn-hangzhou.aliyuncs.com/thingspanel/thingspanel-go:v1.1.13.6
136136 ports :
137137 - " 9999:9999"
138138 environment :
@@ -199,7 +199,7 @@ services:
199199 - backend
200200 - gmqtt
201201 thingsvis-server :
202- image : registry.cn-hangzhou.aliyuncs.com/thingspanel/thingsvis-server:v1.0.3.1
202+ image : registry.cn-hangzhou.aliyuncs.com/thingspanel/thingsvis-server:v1.0.4
203203 container_name : thingsvis-server
204204 restart : unless-stopped
205205 ports :
@@ -217,7 +217,7 @@ services:
217217 - thingspanel_network
218218
219219 thingsvis-studio :
220- image : registry.cn-hangzhou.aliyuncs.com/thingspanel/thingsvis-studio:v1.0.3.1
220+ image : registry.cn-hangzhou.aliyuncs.com/thingspanel/thingsvis-studio:v1.0.4
221221 container_name : thingsvis-studio
222222 restart : unless-stopped
223223 ports :
@@ -248,6 +248,7 @@ networks:
248248 - subnet : 172.20.0.0/16 # Define subnet range
249249 gateway : 172.20.0.1 # Define gateway address
250250
251+
251252```
252253
253254::: info
You can’t perform that action at this time.
0 commit comments