File tree Expand file tree Collapse file tree
DOCUMENTATION/content/documentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -699,6 +699,8 @@ docker-compose up -d mysql phpmyadmin
699699docker-compose up -d mariadb phpmyadmin
700700```
701701
702+ * Note: To use with MariaDB, open ` .env ` and set ` PMA_DB_ENGINE=mysql ` to ` PMA_DB_ENGINE=mariadb ` .*
703+
7027042 - Open your browser and visit the localhost on port ** 8080** : ` http://localhost:8080 `
703705
704706
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ MINIO_PORT=9000
156156
157157### ADMINER ############################################################################################################
158158
159- ADM_PORT=88
159+ ADM_PORT=8080
160160
161161### PHP MY ADMIN #######################################################################################################
162162
@@ -169,7 +169,7 @@ PMA_DB_ENGINE=mysql
169169PMA_USER=default
170170PMA_PASSWORD=secret
171171PMA_ROOT_PASSWORD=secret
172- PMA_PORT=88
172+ PMA_PORT=8080
173173
174174### VARNISH ############################################################################################################
175175
You can’t perform that action at this time.
0 commit comments