mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 20:33:40 +00:00
chore(docker): add instructions on how to generate an APP_KEY
Some checks failed
tests / ci (push) Has been cancelled
Some checks failed
tests / ci (push) Has been cancelled
This commit is contained in:
parent
b44de2b6fd
commit
f242a829f4
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue