Skip to content

Commit

Permalink
fix typo and use dev for testnet (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
getong authored Jul 29, 2024
1 parent 073dda4 commit 563c2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
retries: 5

coordinator:
image: subquerynetwork/indexer-coordinato-dev:latest
image: subquerynetwork/indexer-coordinator-dev:latest
container_name: indexer_coordinator
restart: always
ports:
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
test: ['CMD', 'redis-cli', '--raw', 'incr', 'ping']

proxy:
image: subquerynetwork/indexer-proxy:latest
image: subquerynetwork/indexer-proxy-dev:latest
container_name: indexer_proxy
restart: always
ports:
Expand Down

0 comments on commit 563c2c1

Please sign in to comment.