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