An open-source, production-ready containerized LAMP stack leveraging Docker Compose, Apache 2.4, PHP 8.3 FPM, and MariaDB for rapid Grav CMS and PHP web development.
Docker LAMP Grav (github.com/milkboyinchina/docker-lamp-grav) is a developer-centric containerized environment built to streamline building, deploying, and maintaining PHP applications and Grav CMS instances across Linux VPS, macOS, and Windows.

gd, mbstring, zip, xml, and curl extensions for optimal execution speed.mod_rewrite.# Clone the repository
git clone https://github.com/milkboyinchina/docker-lamp-grav.git
cd docker-lamp-grav
# Copy environment settings & launch containers
cp .env.example .env
docker compose up -d --build
Repository Link: github.com/milkboyinchina/docker-lamp-grav