This project sets up a fully working LAMP stack with WordPress using Docker Compose.
- Apache + PHP (via official WordPress image)
- MariaDB
- WordPress CMS
# 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