From eda21c22ff682df98281ad0ef8be35bd7ada0c03 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 6 Jun 2021 15:01:06 -0700 Subject: [PATCH] Correct port number on phpmyadmin setup Port was 8080 but the default is set to 8081 --- DOCUMENTATION/content/documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index 701b3fa8..5d5e6c59 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -958,7 +958,7 @@ More details about this [here](https://github.com/jenssegers/laravel-mongodb#ins 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 **8081**: `http://localhost:8081`, use server: "mysql", user: "default" and password: "secret for the default mysql setup.