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 b44de2b6fd
commit f242a829f4

View file

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