chore(docker): add instructions on how to generate an APP_KEY

This commit is contained in:
Benjamin Nussbaum 2026-03-03 17:11:21 +01:00
parent d96fb297bc
commit d246ac2c59

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