mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-14 07:59:51 +02:00
set random password for admin when using default unless ADMIN_USER_PASS is set
This commit is contained in:
parent
5a41bb1850
commit
c8b2b66402
3 changed files with 19 additions and 5 deletions
|
@ -11,7 +11,9 @@
|
|||
|
||||
# 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 if default password is being used, 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