Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/racksync/wordpress-docker
https://github.com/racksync/wordpress-docker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/racksync/wordpress-docker
- Owner: racksync
- Created: 2023-02-12T02:56:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T19:30:06.000Z (11 months ago)
- Last Synced: 2024-02-25T20:32:00.267Z (11 months 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