chore(docker): add instructions on how to generate an APP_KEY
Some checks are pending
tests / ci (push) Waiting to run

This commit is contained in:
Benjamin Nussbaum 2026-03-03 17:11:21 +01:00
parent 64955da51b
commit 81afc42481

View file

@ -4,6 +4,7 @@ services:
ports:
- "4567:8080"
environment:
# Generate the APP_KEY with `echo "base64:$(openssl rand -base64 32)"`
#- APP_KEY=
- PHP_OPCACHE_ENABLE=1
- TRMNL_PROXY_REFRESH_MINUTES=15