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

@ -699,6 +699,8 @@ docker-compose up -d mysql 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`