Skip to content

Commit

Permalink
Updated Polygon ID relayer docker registry (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulyyyyy authored Jan 8, 2024
1 parent fcbeac0 commit 1d18036
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/how-to-guides/polygon-id-state-replication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ The Relayer service is responsible for replicating the Polygon ID state on deman
You can pull the pre-build docker image:

```sh
docker pull registry.gitlab.com/rarimo/polygonid/relayer-svc:cca1632497291b16a696df42eb8fe5649407df0746002d9c402dc978-1697195756716
573
docker pull ghcr.io/rarimo/identity-relayer-svc:v1.0.3
```

Or clone the [repository]( https://github.com/rarimo/identity-relayer-svc) and build it from the source:
Expand Down Expand Up @@ -115,7 +114,7 @@ relay:
- relayer-data:/pgdata

relayer:
image: registry.gitlab.com/rarimo/polygonid/relayer-svc:cca1632497291b16a696df42eb8fe5649407df0746002d9c402dc978-1697195756716
image: ghcr.io/rarimo/identity-relayer-svc:v1.0.3
restart: on-failure
ports:
- "8000:8000"
Expand Down

0 comments on commit 1d18036

Please sign in to comment.