From 1d18036b77220a5568190fa92d0e4d1a1f838ec0 Mon Sep 17 00:00:00 2001 From: Michael Sokolov <139135099+soulyyyyy@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:09:30 +0200 Subject: [PATCH] Updated Polygon ID relayer docker registry (#10) --- docs/how-to-guides/polygon-id-state-replication.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/how-to-guides/polygon-id-state-replication.mdx b/docs/how-to-guides/polygon-id-state-replication.mdx index f62b31a7..4a0a9064 100644 --- a/docs/how-to-guides/polygon-id-state-replication.mdx +++ b/docs/how-to-guides/polygon-id-state-replication.mdx @@ -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: @@ -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"