Skip to content

Commit

Permalink
Update docker-compose.cdc.yml (#2998)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman authored Jun 15, 2022
1 parent 461005f commit ba0c063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions develop/docker-compose/docker-compose.cdc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ version: "3.5"

services:
temporal-ui-standby:
image: temporalio/ui:2.0.0
image: temporalio/ui:2.0.1
container_name: temporal-dev-ui-standby
environment:
- TEMPORAL_UI_PORT=8081
temporal-ui-other:
image: temporalio/ui:2.0.0
container_name: temporal-dev-ui-other
environment:
- TEMPORAL_UI_PORT=8082
- TEMPORAL_UI_PORT=8082

0 comments on commit ba0c063

Please # to comment.