Commit 1543bd4 1 parent 430d3a9 commit 1543bd4 Copy full SHA for 1543bd4
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ version: "3.5"
5
5
6
6
services :
7
7
temporal-ui-standby :
8
- image : temporalio/ui:2.8.3
8
+ image : temporalio/ui:2.10.0
9
9
container_name : temporal-dev-ui-standby
10
10
environment :
11
11
- TEMPORAL_UI_PORT=8081
12
12
temporal-ui-other :
13
- image : temporalio/ui:2.8.3
13
+ image : temporalio/ui:2.10.0
14
14
container_name : temporal-dev-ui-other
15
15
environment :
16
16
- TEMPORAL_UI_PORT=8082
Original file line number Diff line number Diff line change @@ -78,11 +78,10 @@ services:
78
78
volumes :
79
79
- ./grafana/provisioning/:/etc/grafana/provisioning/
80
80
temporal-ui :
81
- image : temporalio/ui:2.8.3
81
+ image : temporalio/ui:2.10.0
82
82
container_name : temporal-dev-ui
83
83
84
84
networks :
85
85
temporal-dev-network :
86
86
driver : bridge
87
87
name : temporal-dev-network
88
-
You can’t perform that action at this time.
0 commit comments