mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
Update installation.md
This commit is contained in:
parent
9aa0569d46
commit
79d66c0e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue