From 60602b6782298d7a85b19e54f4b5c425f4a140e6 Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Mon, 28 Apr 2025 01:38:00 +0000 Subject: [PATCH] Update phpMyAdmin access instructions in README.md for clarity and security --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e30feee..ea4c2e0 100644 --- a/README.md +++ b/README.md @@ -128,24 +128,15 @@ To use phpMyAdmin with your WordPress sites, follow these steps: 1. **Choose to Include phpMyAdmin During Site Creation**: When you are running the installation script to create a new WordPress site, you'll be prompted to include phpMyAdmin. Make sure to opt for PhpMyAdmin during this setup. -2. **Manually Run phpMyAdmin**: - After the site is set up, you can manually start PhpMyAdmin using Docker Compose. Navigate to your WordPress project directory and execute the following command: - ```bash - docker compose up phpmyadmin -d - ``` -3. **Access phpMyAdmin via IP Address**: - Once phpMyAdmin is running, you can access it by opening a web browser and navigating to `http://:8080`. Replace `` with your server's actual IP address. +2. **Access phpMyAdmin**: + To access phpMyAdmin, navigate to (replace "your-domain.com" with your actual domain name). -4. **Stop phpMyAdmin**: +3. **Stop phpMyAdmin**: To prevent unauthorized access to phpMyAdmin after use, make sure to stop the container. Navigate to your WordPress project directory and execute the following command: ```bash docker compose stop phpmyadmin ``` - -By following these steps, you can manage your site's database conveniently using PhpMyAdmin. - - --- ## **License**