- Mar 03, 2023
-
-
* docker: simplify duniter subcommand run When the first argument of the entrypoint is '--' then bypass the default configuration via environment variables and directly run duniter with the given parameters (after removing the '--'). The affected scripts and documentation were updated.
-
- Mar 02, 2023
-
-
Hugo Trentesaux authored
* docker rmi * refac doc move "rpc" to "mirror" add docker documentation in TOC * refac docker documentation
-
- Feb 20, 2023
-
-
Values: * `default`: default duniter pruning configuration * `archive`: set `--state-pruning archive --blocks-pruning archive` * `light`: set `--blocks-pruning 14400` (keep one day of blocks history)
-
- Jan 23, 2023
-
-
Gilles Filippini authored
-