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 are pending
tests / ci (push) Waiting to run
Some checks are pending
tests / ci (push) Waiting to run
This commit is contained in:
parent
b6df311d01
commit
cf66a4e606
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue