📚 Fix typo in docker-compose.yaml comment (#11517)

Signed-off-by: Alexei Bratuhin <alexei.bratuhin@googlemail.com>
This commit is contained in:
Alexei Bratuhin 2026-09-07 13:15:41 +02:00 committed by GitHub
parent c52778d6f6
commit 1f12561427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ x-body-size: &penpot-http-body-size
## Penpot SECRET KEY. It serves as a master key from which other keys for subsystems
## (eg http sessions, or invitations) are derived.
##
## We recommend to use a trully randomly generated
## We recommend to use a truly randomly generated
## 512 bits base64 encoded string here. You can generate one with:
##
## python3 -c "import secrets; print(secrets.token_urlsafe(64))"