mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 13:00:41 +02:00

This activates the 'trim_headers' option to be even lighter on RAM when syncing and running the node. See for more: https://blog.liquid.net/elements-22-1-1-optimize-your-node-for-lightweight-diy-hardware/
9 lines
132 B
YAML
9 lines
132 B
YAML
version: "3"
|
|
|
|
services:
|
|
elementsd_liquid:
|
|
environment:
|
|
ELEMENTS_EXTRA_ARGS: |
|
|
prune=5000
|
|
trim_headers=1
|