Skip to content

Commit

Permalink
update undexer image in example config
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 13, 2024
1 parent f0a6ff0 commit 2743e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
entrypoint: /app/undexer
command: index
networks: [ external, database ]
image: oci.hack.bg/undexer:v4
image: ghcr.io/hackbg/undexer:v4
restart: unless-stopped
depends_on: { postgres: { condition: service_healthy } }
environment: { RPC_URL: "http://node-in:26657" }
Expand Down

0 comments on commit 2743e40

Please sign in to comment.