We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490135b commit 4fdfe22Copy full SHA for 4fdfe22
README.md
@@ -268,7 +268,9 @@ Redis Server Port = 6379
268
269
#### Mail
270
271
-sendmail settings in ```./joomla/configuration.php``` file; ```$sendmail = '/usr/bin/mhsendmail'; $smtphost = 'mail'; $smtpport = 1025;```
+SMTP settings; ```sendmail = '/usr/bin/mhsendmail'; Host: mail; Port: 1025;```
272
+
273
+The authorize screen, ```username: ${PMA_HTPASSWD_USERNAME}``` and ```password: ${PMA_HTPASSWD_PASSWORD}``` in the `.env` file.
274
275
### phpMyAdmin
276
0 commit comments