diff --git a/docs/run_validator.md b/docs/run_validator.md index 96fa9e91..50a63cd0 100644 --- a/docs/run_validator.md +++ b/docs/run_validator.md @@ -282,7 +282,7 @@ mkdir $HOME/.cyber/config (This will pull and extract the image from cyberd/cyber) ```bash -docker run -d --gpus all --name=bostrom --restart always -p 26656:26656 -p 26657:26657 -p 1317:1317 -e ALLOW_SEARCH=true -v $HOME/.cyber:/root/.cyber cyberd/bostrom:dragonberry-cuda11.4 +docker run -d --gpus all --name=bostrom --restart always -p 26656:26656 -p 26657:26657 -p 26660:26660 -p 1317:1317 -e ALLOW_SEARCH=true -v $HOME/.cyber:/root/.cyber cyberd/bostrom:dragonberry-cuda11.4 ``` Docker image already contain all binaries to either sync from 0 or start form snapshot.