mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 13:00:41 +02:00
8 lines
198 B
YAML
8 lines
198 B
YAML
version: "3"
|
|
|
|
services:
|
|
feathercoind:
|
|
environment:
|
|
# If you don't use Lightning Network, you want this
|
|
# This save about 2 weeks worth of block
|
|
BITCOIN_EXTRA_ARGS: prune=5000 |