Commit c9798782 authored by Mike Erickson's avatar Mike Erickson Committed by GitHub

Merge pull request #858 from winfried-van-loon/828-phpmyadmin-adminer-port

Changing PMA/adminer default port to 8080
parents 68ef6235 1db18b1c
...@@ -699,6 +699,8 @@ docker-compose up -d mysql phpmyadmin ...@@ -699,6 +699,8 @@ docker-compose up -d mysql phpmyadmin
docker-compose up -d mariadb phpmyadmin docker-compose up -d mariadb phpmyadmin
``` ```
*Note: To use with MariaDB, open `.env` and set `PMA_DB_ENGINE=mysql` to `PMA_DB_ENGINE=mariadb`.*
2 - Open your browser and visit the localhost on port **8080**: `http://localhost:8080` 2 - Open your browser and visit the localhost on port **8080**: `http://localhost:8080`
......
...@@ -156,7 +156,7 @@ MINIO_PORT=9000 ...@@ -156,7 +156,7 @@ MINIO_PORT=9000
### ADMINER ############################################################################################################ ### ADMINER ############################################################################################################
ADM_PORT=88 ADM_PORT=8080
### PHP MY ADMIN ####################################################################################################### ### PHP MY ADMIN #######################################################################################################
...@@ -169,7 +169,7 @@ PMA_DB_ENGINE=mysql ...@@ -169,7 +169,7 @@ PMA_DB_ENGINE=mysql
PMA_USER=default PMA_USER=default
PMA_PASSWORD=secret PMA_PASSWORD=secret
PMA_ROOT_PASSWORD=secret PMA_ROOT_PASSWORD=secret
PMA_PORT=88 PMA_PORT=8080
### VARNISH ############################################################################################################ ### VARNISH ############################################################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment