https://github.com/racksync/wordpress-docker
https://github.com/racksync/wordpress-docker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/racksync/wordpress-docker
- Owner: racksync
- Created: 2023-02-12T02:56:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T19:30:06.000Z (about 2 years ago)
- Last Synced: 2025-01-21T13:47:57.374Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WordPress with Docker Compose
This repository provides a Docker Compose configuration for setting up a WordPress environment with MySQL and phpMyAdmin.
**Key Components**
* **MySQL:** Database server for storing WordPress content.
* **phpMyAdmin:** Web interface for managing the MySQL database.
* **WordPress:** The core WordPress content management system.
**Prerequisites**
* Docker : https://www.docker.com/get-started
* Docker Compose : https://docs.docker.com/compose/install
**Setup Instructions**
1. **Clone repository:**
```bash
git clone https://github.com/racksync/wordpress-docker
cd wordpress-docker
```
2. **Start services:**
```bash
docker-compose up -d
```
3. **Access WordPress:**
- Open a web browser and navigate to http://localhost:8000
- Follow the WordPress installation instructions to complete the setup.>
4. **Access phpMyAdmin:**
- Open a web browser and navigate to http://localhost:8001