From 79d66c0e4b9955fb56b5dd9bbfe51b5bd0809b1c Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Thu, 1 Aug 2024 16:35:29 +0200 Subject: [PATCH] Update installation.md --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index fc0a23d..2330687 100644 --- a/installation.md +++ b/installation.md @@ -98,7 +98,7 @@ The following variables can be used to configure the deployment: | `DISABLE_ORGANIZATION` | Disable the Organize route | true | false | | `PDF_DEMO_LINK` | Show, hide, or change the demo PDF link | false, `link` or `relative path` | true | | `DEFAULT_LANGUAGE` | Default language for the application | en_US.UTF-8 | fr_FR.UTF-8 | -| `PDF_STORAGE_ENCRYPTION` | Activate PDF storage encryption option (default activation if GPG is installed) | false | true | +| `PDF_STORAGE_ENCRYPTION` | Activate PDF storage encryption option (GPG needs to be installed) | true | false | ```bash docker run -d --name=signaturepdf -p 8080:80 -e SERVERNAME=pdf.example.org -e UPLOAD_MAX_FILESIZE=48M -e POST_MAX_SIZE=48M -e MAX_FILE_UPLOADS=401 -e PDF_STORAGE_PATH=/data signaturepdf