Closed TitanFighter closed 4 years ago
We don't publish to Docker Hub yet, you can run git clone and build it locally by following the README file in this repo. :)
Ok, found two errors when I run docker:
PHP Parse error: systax error, unexpected '9' (T_LNUMBER) in /opt/www/roundcubemail-1.4.3/config/config.inc.php on line 77
Variable IREDAPD_DB_PASSWORD can not be empty, please set it in file 'iredmail.conf'
1: what's the content in line 77 of file /opt/www/roundcubemail-1.4.3/config/config.inc.php
?
2: you should set password for iRedAPD in the iredmail.conf
file:
IREDAPD_DB_PASSWORD=<your-secret-password>
The 1st error is regarding ROUNDCUBE_DES_KEY
- Since it may have any chars, I initially tried to wrap it by quotes, but I should not - because of quotes there is this error.
The 2nd one is not actually a bug - Error clearly states what should be done, I just want to pay your attention that this var does not exist in default_settings.conf
and not mentioned in README.
Updated default_settings.conf
and README.md
to mention IREDAPD_DB_PASSWORD
. :)
It looks like I found one issue, but to be sure want double-check it via docker hub. Could you please add
bearukraine
to your repository?Thanks.