kannix / monero-full-node

MIT License
44 stars 43 forks source link

[Feature] Monerod config file #35

Open vdubikhin opened 3 years ago

vdubikhin commented 3 years ago

Please, move monerod parameters into a separate config file, that can be mounted and overriden outside of the container.

kannix commented 3 years ago

Isn't this already possible? you could mount a bitmonero.conf file into the container. The documentation could be found over here: https://monerodocs.org/interacting/monero-config-file/

vdubikhin commented 3 years ago

Thanks, I wasn't aware of the default location of the config file.

Ideally, I would move all CMDs from docker file into a conf file and pass it as a startup argument instead. Just to be a bit more explicit with daemon configuration.