AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

Config restart fix #67

Closed ScottBailey closed 1 year ago

ScottBailey commented 1 year ago

Fixes issue #66

--start node_name without config will only copy the default config if this is a newly created node. Existing nodes will reuse their existing config.

--start node_name --config my_config.ini will always copy the new config.