Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Docker prune size to 25GB
Browse files Browse the repository at this point in the history
getting too big for the basic DO plan
  • Loading branch information
TonyGiorgio authored Aug 26, 2022
1 parent 0a5b107 commit de457a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.mainnet-prune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- -rpcbind=0.0.0.0
- -fallbackfee=0.00001
- -peerbloomfilters=1
- -prune=30000
- -prune=25000
ports:
- 8443:8443
- 8444:8444
Expand Down

0 comments on commit de457a0

Please sign in to comment.