From 825afe08b2f93df80f799ba0831b0cdc4b52c9b6 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 12 Jan 2023 12:26:15 -0500 Subject: [PATCH] Updated Setting up a Hub (markdown) --- Setting-up-a-Hub.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting-up-a-Hub.md b/Setting-up-a-Hub.md index 3103189..e6f5484 100644 --- a/Setting-up-a-Hub.md +++ b/Setting-up-a-Hub.md @@ -56,7 +56,7 @@ docker volume create --driver local --opt type=none --opt device=/home/lbry/dock ```bash sudo apt install -y zstd cd /home/lbry/docker-volumes/lbcd -wget -c https://snapshots.lbry.com/blockchain/lbcd_snapshot_1238238_v0.22.116_2022-10-07.tar.zst -O - | tar --zstd -x +wget -c https://snapshots.lbry.com/blockchain/lbcd_snapshot_1269305_v0.22.119_2022-12-03.tar.zst -O - | tar --zstd -x sudo chown -R 999:999 . cd ~ ``` @@ -147,7 +147,7 @@ open the following ports in your firewall - `22` for ssh - `9246` for lbcd - `50001` for herald -- `2113` and `2113` for prometheus (if you want external monitoring) +- `2112` and `2113` for prometheus (if you want external monitoring) ## Monitoring