Skip to content

Commit c979878

Browse files
authored
Merge pull request laradock#858 from winfried-van-loon/828-phpmyadmin-adminer-port
Changing PMA/adminer default port to 8080
2 parents 68ef623 + 1db18b1 commit c979878

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

DOCUMENTATION/content/documentation/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,8 @@ docker-compose up -d mysql phpmyadmin
699699
docker-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+
702704
2 - Open your browser and visit the localhost on port **8080**: `http://localhost:8080`
703705

704706

env-example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
169169
PMA_USER=default
170170
PMA_PASSWORD=secret
171171
PMA_ROOT_PASSWORD=secret
172-
PMA_PORT=88
172+
PMA_PORT=8080
173173

174174
### VARNISH ############################################################################################################
175175

0 commit comments

Comments
 (0)