An open API service indexing awesome lists of open source software.

https://github.com/thangbuiq/docker-wordpress

🐋 WordPress Free Premium With Docker
https://github.com/thangbuiq/docker-wordpress

Last synced: 6 months ago
JSON representation

🐋 WordPress Free Premium With Docker

Awesome Lists containing this project

README

          

# 🐋 WordPress Free Premium With Docker

## 🚀 Quick Start

1. Clone this repository

```bash
git clone https://github.com/thangbuiq/blog.git
```

2. Create a `.env` file in the root directory of the project with the following content:

```bash
WORDPRESS_DB_USER=wordpress
WORDPRESS_DB_PASSWORD=wordpress
WORDPRESS_DB_NAME=wordpress
MYSQL_ROOT_PASSWORD=wordpress
```

3. Run the following command to start the WordPress server:

```bash
docker compose up -d
```