Skip to content

Commit 4c3feea

Browse files
committed
Update README.md
1 parent 286d465 commit 4c3feea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ add and/or remove base html/php-fpm themes, plugins or custom code folders and f
213213

214214
### phpMyAdmin
215215

216+
You can add your own custom config.inc.php settings (such as Configuration Storage setup) by creating a file named config.user.inc.php with the various user defined settings in it, and then linking it into the container using:
217+
218+
```
219+
./phpmyadmin/config.user.inc.php
220+
```
221+
216222
You can also visit `https://example.com:9090` to access phpMyAdmin after starting the containers.
217223

218224
The first authorize screen(htpasswd;username or password) and phpmyadmin login screen the username and the password is the same as supplied in the `.env` file.

0 commit comments

Comments
 (0)