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**