Verify Wallet on Node

Hello @Cuz_Moh,
Welcome to the forum!

The environment variables specified in the docker run command have a precedence above options in the config.yaml file. This file usually autogenerated and could not have all options, because you specified them in the docker run.

You can see your docker run environment variables by command

docker inspect storagenode -f "{{.Config.Env}}"
3 Likes