From 1e9ba8e382e225268213f9d8334b4d8b100cdd0d Mon Sep 17 00:00:00 2001 From: containerman17 <8990432+containerman17@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:02:47 +0900 Subject: [PATCH] Update README.md Co-authored-by: Quentin McGaw Signed-off-by: containerman17 <8990432+containerman17@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e701c03b6..4f09999315 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The `subnet-evm` Docker image comes with AvalancheGo pre-installed, making it ea ### Configuration -You can configure the `subnet-evm` Docker container using both environment variables and standard AvalancheGo config files. +You can configure the `subnet-evm` Docker container using environment variables, flags or standard AvalancheGo config files. - **Environment Variables**: Use uppercase variables prefixed with `AVAGO_`. For example, `AVAGO_NETWORK_ID` corresponds to the `--network-id` flag in AvalancheGo. - **Config Files**: Configure as you would with the regular AvalancheGo binary using config files. Ensure `HOME` is set to `/home/avalanche` and mount the config directory with `-v ~/.avalanchego:/home/avalanche/.avalanchego`.