chore(docker): add instructions on how to generate an APP_KEY
Some checks failed
tests / ci (push) Has been cancelled

This commit is contained in:
Benjamin Nussbaum 2026-03-03 17:11:21 +01:00
parent 00f5c8b01e
commit 10effba08c

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