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
- Host: GitHub
- URL: https://github.com/thangbuiq/docker-wordpress
- Owner: thangbuiq
- License: cc0-1.0
- Created: 2024-04-06T11:07:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:27:54.000Z (over 1 year ago)
- Last Synced: 2025-03-19T23:49:58.117Z (7 months ago)
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```