Skip to content

A ready-to-deploy WordPress CMS running on a full LAMP stack (Apache, MySQL, PHP) using Docker and Docker Compose. Perfect for quick setups, local development, and DevOps practice.

Notifications You must be signed in to change notification settings

KukicVidan/docker-wordpress-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

LAMP Stack + WordPress with Docker

This project sets up a fully working LAMP stack with WordPress using Docker Compose.

🔧 Services

  • Apache + PHP (via official WordPress image)
  • MariaDB
  • WordPress CMS

🛠️ How to Use

# Clone the repo
git clone https://github.com/KukicVidan/docker-wordpress-lamp.git
cd lamp-wordpress-docker

# Copy and edit environment variables
cp .env.example .env
nano .env

# Run the stack
docker-compose up -d

About

A ready-to-deploy WordPress CMS running on a full LAMP stack (Apache, MySQL, PHP) using Docker and Docker Compose. Perfect for quick setups, local development, and DevOps practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published