diff --git a/website/_i18n/ar.yml b/website/_i18n/ar.yml index fb2530858..7002c95a5 100644 --- a/website/_i18n/ar.yml +++ b/website/_i18n/ar.yml @@ -449,7 +449,7 @@ dict: default_ports_explained: > The default network ports in Pactus are defined as follows. It is recommended not to change these default ports: - - [P2P](https://libp2p.io/) port is set to 21777 for the Testnet, supporting both UDP and TCP protocols. - - [gRPC](https://grpc.io/) port is set to 50052. The gRPC module is enabled by default. - - [gRPC-gateway](https://grpc-ecosystem.github.io/grpc-gateway/) is set to 8080. gRPC-gateway is enabled by default. - - [Nanomsg](https://nanomsg.org/) port is set to 40799. The Nanomsg service is disabled by default. + - [P2P](https://libp2p.io/) port is set to 21888. P2P supports both UDP and TCP protocols. + - [gRPC](https://grpc.io/) port is set to 50051. The gRPC module is enabled by default for localhost. + - [gRPC-gateway](https://grpc-ecosystem.github.io/grpc-gateway/) is set to 8080. gRPC-gateway is disabled by default. + - [Nanomsg](https://nanomsg.org/) port is set to 40899. The Nanomsg service is disabled by default. diff --git a/website/_i18n/en.yml b/website/_i18n/en.yml index c87913bd2..af239b8cd 100644 --- a/website/_i18n/en.yml +++ b/website/_i18n/en.yml @@ -450,7 +450,7 @@ dict: default_ports_explained: > The default network ports in Pactus are defined as follows. It is recommended not to change these default ports: - - [P2P](https://libp2p.io/) port is set to 21888 for the Testnet, supporting both UDP and TCP protocols. - - [gRPC](https://grpc.io/) port is set to 50051. The gRPC module is enabled by default. - - [gRPC-gateway](https://grpc-ecosystem.github.io/grpc-gateway/) is set to 8080. gRPC-gateway is enabled by default. + - [P2P](https://libp2p.io/) port is set to 21888. P2P supports both UDP and TCP protocols. + - [gRPC](https://grpc.io/) port is set to 50051. The gRPC module is enabled by default for localhost. + - [gRPC-gateway](https://grpc-ecosystem.github.io/grpc-gateway/) is set to 8080. gRPC-gateway is disabled by default. - [Nanomsg](https://nanomsg.org/) port is set to 40899. The Nanomsg service is disabled by default. diff --git a/website/_i18n/en/user-guides/run-pactus-docker/index.md b/website/_i18n/en/user-guides/run-pactus-docker/index.md index 5cc845bad..2c8e0131b 100644 --- a/website/_i18n/en/user-guides/run-pactus-docker/index.md +++ b/website/_i18n/en/user-guides/run-pactus-docker/index.md @@ -1,5 +1,5 @@ --- -version: 4 +version: 5 --- ## Preface @@ -79,7 +79,7 @@ Now you can start the node and sync with the network. Run the following command {% tab start-docker linux-mac Linux / macOS %} ```bash -docker run -it -d -v ~/pactus:/root/pactus -p 21888:21888 -p 21888:21888/udp -p 50051:50051 -p 8080:8080 --name pactus-testnet pactus/pactus pactus-daemon start --password +docker run -it -d -v ~/pactus:/root/pactus -p 21888:21888 -p 21888:21888/udp -p 50051:50051 -p 8080:8080 --name pactus pactus/pactus pactus-daemon start --password ``` {% endtab %} @@ -94,7 +94,7 @@ docker run -it -d -v %USERPROFILE%\pactus:/root/pactus -p 21888:21888 -p 21888:2 {% endtabs %} -This command creates and runs a Docker container named "pactus-testnet". +This command creates and runs a Docker container named "pactus". Here's an explanation of the Docker flags: - `-p :`: Maps a port from your host machine to a port in the Docker container. @@ -115,7 +115,7 @@ You can manage the Pactus Docker container with these essential commands: docker stop pactus ``` -This command gracefully stops the "pactus-testnet" container. +This command gracefully stops the "pactus" container. **Start the container:** diff --git a/website/_i18n/zh.yml b/website/_i18n/zh.yml index a2b5fbe74..0e169368d 100644 --- a/website/_i18n/zh.yml +++ b/website/_i18n/zh.yml @@ -431,7 +431,7 @@ dict: default_ports_explained: > The default network ports in Pactus are defined as follows. It is recommended not to change these default ports: - - [P2P](https://libp2p.io/) port is set to 21777 for the Testnet, supporting both UDP and TCP protocols. - - [gRPC](https://grpc.io/) port is set to 50052. The gRPC module is enabled by default. - - [gRPC-gateway](https://grpc-ecosystem.github.io/grpc-gateway/) is set to 8080. gRPC-gateway is enabled by default. - - [Nanomsg](https://nanomsg.org/) port is set to 40799. The Nanomsg service is disabled by default. + - [P2P](https://libp2p.io/) port is set to 21888. P2P supports both UDP and TCP protocols. + - [gRPC](https://grpc.io/) port is set to 50051. The gRPC module is enabled by default for localhost. + - [gRPC-gateway](https://grpc-ecosystem.github.io/grpc-gateway/) is set to 8080. gRPC-gateway is disabled by default. + - [Nanomsg](https://nanomsg.org/) port is set to 40899. The Nanomsg service is disabled by default.