admin.env is not loaded. docker-*.m4 defines ADMIN_SECRET_AVAILABLE if adminsecret.env is present

This commit is contained in:
Manfred Löbling 2020-10-01 13:30:25 +02:00
parent c0fb65316c
commit 49a3bcd930
3 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ We also strongly recommend that you set a secure admin password but it is not
strictly required. If you do not set an admin password, the default login
credentials will be displayed on the login page. Setting the admin password::
$ cp secrets/admin.env.example secrets/admin.env
$ vi secrets/admin.env
$ cp secrets/adminsecret.env.example secrets/adminsecret.env
$ vi secrets/adminsecret.env
Afterwards, generate the configuration file::