Skip to content

Commit

Permalink
fix(indexer): update docker image repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Apr 18, 2024
1 parent 3b48dde commit 930bfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/indexer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
indexer:
container_name: starklane_indexer
# build: .
image: ptisserand/starklane-indexer:latest
image: ghcr.io/arkprojectnfts/bridge:latest
environment:
- RUST_LOG=starklane_indexer=DEBUG
- MORALIS_API_KEY
Expand Down

0 comments on commit 930bfc5

Please sign in to comment.