This repository contains a Dockerized setup for WordPress, a popular content management system, enabling a hassle-free and scalable WordPress deployment. The Docker configuration encapsulates WordPress and its dependencies, making it easy to manage, replicate, and deploy.
Dockerized WordPress simplifies the setup and management of WordPress instances. The Docker container includes WordPress, a database server, and other necessary components, providing an isolated environment for seamless development and deployment.
- Dockerized environment for WordPress
- Easy setup and configuration
- Database server included for convenience
- Clone this repository:
git clone https://github.com/nhuzaa/dockerized-wordpress.git
- Navigate to the project directory:
cd dockerized-wordpress
- Build the Docker image:
docker build -t wordpress-app .
Run the Docker container: docker run -d -p 8080:80 wordpress-app
- Access the WordPress application at
http://localhost:8080
- Follow the WordPress setup wizard to configure your website
We welcome contributions! Feel free to submit issues and pull requests to enhance this Dockerized WordPress setup.
This project is licensed under the MIT License.