Skip to content

Commit

Permalink
Fix cadence web port for integ test yml (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Sep 18, 2023
1 parent e03ecf5 commit 1fe1b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/integ-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ services:
- ./init-ci-cadence.sh:/etc/cadence/init-ci-cadence.sh
entrypoint: sh -c "/etc/cadence/init-ci-cadence.sh"
cadence-web:
image: ubercadence/web:latest
image: ubercadence/web:v3.29.6
environment:
- "CADENCE_TCHANNEL_PEERS=cadence:7833"
- "CADENCE_TCHANNEL_PEERS=cadence:7933"
ports:
- "8088:8088"
depends_on:
Expand Down

0 comments on commit 1fe1b5f

Please sign in to comment.