Changing PMA/adminer default port to 8080

Fixes issue #828
This commit is contained in:
Winfried
2017-04-23 23:40:27 +02:00
parent 24d70ad1e3
commit 1db18b1cec
2 changed files with 4 additions and 2 deletions

View File

@ -156,7 +156,7 @@ MINIO_PORT=9000
### ADMINER ############################################################################################################
ADM_PORT=88
ADM_PORT=8080
### PHP MY ADMIN #######################################################################################################
@ -169,7 +169,7 @@ PMA_DB_ENGINE=mysql
PMA_USER=default
PMA_PASSWORD=secret
PMA_ROOT_PASSWORD=secret
PMA_PORT=88
PMA_PORT=8080
### VARNISH ############################################################################################################