From d7f8b83b4516e28031d73eb7904520f005a678f6 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 18 Aug 2018 23:21:28 +0900 Subject: [PATCH] Add links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fccc7e9..00196e4 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,9 @@ To configure your custom docker-compose, the following environment variables are Available `BTCPAYGEN_ADDITIONAL_FRAGMENTS` currently are: -* `opt-save-storage` will keep around 1 year of blocks (prune BTC for 100 GB) -* `opt-save-storage-s` will keep around 6 months of blocks (prune BTC for 50 GB) -* `opt-save-storage-xxs` will keep around 2 weeks of blocks (prune BTC for 5 GB) +* [opt-save-storage](docker-compose-generator/docker-fragments/opt-save-storage.yml) will keep around 1 year of blocks (prune BTC for 100 GB) +* [opt-save-storage-s](docker-compose-generator/docker-fragments/opt-save-storage-s.yml) will keep around 6 months of blocks (prune BTC for 50 GB) +* [opt-save-storage-xxs](docker-compose-generator/docker-fragments/opt-save-storage-xxs.yml) will keep around 2 weeks of blocks (prune BTC for 5 GB) You can also create your [own fragments](#custom-fragments).