Skip to content

Commit

Permalink
one repo was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-hermes committed Dec 2, 2024
1 parent 9b292fa commit 1bc5bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Below is the list of supported arguments and their default values:
| Argument | Description | Mandatory? | Default value |
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------:|:-------------------------------------------------------:|
| PUBLIC_IP | This will be a public IP address of your ION node. Normally it is the same IP address as your server's external IP. This also can be your proxy server or load balancer IP address. | yes | |
| GLOBAL_CONFIG_URL | ION global configuration file. Mainnet - https://ion.org/global-config.json, Testnet - https://ion.org/testnet-global.config.json | no | https://cdn.ice.io/mainnet/global.config.json |
| DUMP_URL | URL to ION dump. Specify dump from https://cdn.ice.io/mainnet. Currently not yet deployed on mainnet | no | |
| GLOBAL_CONFIG_URL | ION global configuration file. Mainnet - https://cdn.ice.io/mainnet/global-config.json, Testnet - https://cdn.ice.io/testnet/global-config.json | no | https://cdn.ice.io/mainnet/global.config.json |
| DUMP_URL | URL to ION dump. Specify dump from https://cdn.ice.io/mainnet. Currently not deployed on mainnet | no | |
| VALIDATOR_PORT | UDP port that must be available from the outside. Used for communication with other nodes. | no | 30001 |
| CONSOLE_PORT | This TCP port is used to access validator's console. Not necessarily to be opened for external access. | no | 30002 |
| LITE_PORT | Lite-server's TCP port. Used by lite-client. | no | 30003 |
Expand Down

0 comments on commit 1bc5bba

Please sign in to comment.