Skip to content

Commit 21fc51b

Browse files
authored
Additional example configuration for phpMyAdmin
with the PMA_HOST and PMA_PORT and PMA_ARGITRARY defined it seems that the intent is to have the system leverage this connection information, however with out the PMA_USER and the PMA_PASSWORD configuration set this information is not used, to better serve the example the db user and pass from lines 25 and 26 could be set here and then the container would auto login for phpMyAdmin for the example
1 parent a898116 commit 21fc51b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

basics/installation/environments/docker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ services:
344344
PMA_HOST: some-mysql
345345
PMA_PORT: 3306
346346
PMA_ARBITRARY: 1
347+
PMA_USER: root
348+
PMA_PASSWORD: admin
347349
restart: unless-stopped
348350
ports:
349351
- 8081:80

0 commit comments

Comments
 (0)