From 916dc874125356f9ded14f65c30076f8a43de82b Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:44:09 +0100 Subject: [PATCH] finish --- docs/howto-avalanche-archive.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/howto-avalanche-archive.md b/docs/howto-avalanche-archive.md index b1f8a65e..6f763cda 100644 --- a/docs/howto-avalanche-archive.md +++ b/docs/howto-avalanche-archive.md @@ -111,7 +111,9 @@ To check if your node is happily syncing you can have a look at the logs by issu docker-compose logs -f avalanche -In the following please replace {DOMAIN} with your actual domain. Your rpc endpoint will be reachable under the url https://{DOMAIN}/avalanche-archive +In the following please replace {DOMAIN} with your actual domain. Your rpc endpoint will be reachable under the url + + https://{DOMAIN}/avalanche-archive Alternatively to the logs you can check the nodes status via rpc from the indexer machine using the following curl command.