mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 21:39:52 +02:00
set random password for admin on first startup unless ADMIN_USER_PASS is set
This commit is contained in:
parent
4326aa8d32
commit
959e07700f
3 changed files with 17 additions and 4 deletions
|
@ -11,7 +11,8 @@
|
|||
|
||||
# ADMIN_USER_* settings are applied on every startup.
|
||||
|
||||
# Set admin user password to this value.
|
||||
# Set admin user password to this value. If not set, random password will be
|
||||
# generated on first launch, look for it in the 'app' container logs.
|
||||
#ADMIN_USER_PASS=
|
||||
|
||||
# Sets admin user access level to this value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue