Also setup Watchtower.
I ran all these as Root user, hope thats not going to create an issue in future.
When I tried to change some values, the config.yml file has not saved any of the parameters passed from Docker run. Wallet address is blank, Size is set 2.0 TB instead of 6.5 TB and many more fields are blank/incorrect. I dont have deep knowledge how docker works but the values are all correct when I open dashboard. Do I setup correct parameters manually in config?
Also, Is it possible/How to add a mount point for badger, databases now?
I am just trying to understand how the flow works..
So for example if I want to increase the node space from 6TB to 10TB in the future. I have to edit/delete container & re-run the docker command? config.yml cannot override if I change in there?
The command line options have a precedence above parameters in the config.yaml file.
So, it’s recommended to put all options in your docker run command. However, if you didn’t provide them, part of options would be used from the config.yaml still.
No, the command line options have a precedence above options in config.yaml. Moreover, you need to use tricks to make it reverse
Can you please guide me on how to edit docker run command? I want to change my 6.5TB space to 7TB.
Are the changes to be done in containers config.v2.json file?
I saw some steps on internet.
Like, Stop container → Make changes in config.v2.json → Restart Docker service → Start container?
There is a normal way like modify variables in your docker run command, or provide the command line options after the image name or modify config.yaml in the data location, or use a docker compose, see