From ac57c1cf24487c987077a8ffca00b0df594a73ff Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Sat, 18 Aug 2018 20:38:39 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb056c1..1a96788 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ export BTCPAYGEN_ADDITIONAL_FRAGMENTS="opt-save-storage" But what if you want to target 5 GB of space (For example, if you do not need lightning)? -First, Copy/Paste [opt-save-storage](docker-compose-generator/docker-fragments/opt-save-storage.yml) in the [the docker fragment folder](docker-compose-generator/docker-fragments) and name the file `opt-save-storage.custom`. (Ending with `.custom` is the important part, as it makes sure your fragment will not make a git conflict when you will run `btcpay-update.sh`) +First, Copy/Paste [opt-save-storage](docker-compose-generator/docker-fragments/opt-save-storage.yml) in the [the docker fragment folder](docker-compose-generator/docker-fragments) and name the file `opt-save-storage.custom.yml`. (Ending with `.custom.yml` is the important part, as it makes sure your fragment will not make a git conflict when you will run `btcpay-update.sh`) Then modify the file to your taste ```diff