Skip to content

Deploy LAMP Server (with Apache) or LEMP Server (with Nginx) via Docker Compose

Notifications You must be signed in to change notification settings

humo174/lamp_lemp

Repository files navigation

LAMP/LEMP via Docker

LEMP

Services

  • Nginx
  • PHP-FPM
  • MariaDB
  • PhpMyAdmin
  • Adminer (Need uncomment in compose file)

Deploy

docker compose -f docker-compose-lemp.yaml up -d

LAMP

Services

  • Apache Httpd Server
  • PHP-FPM
  • MariaDB
  • PhpMyAdmin
  • Adminer (Need uncomment in compose file)

Deploy

docker compose -f docker-compose-lamp.yaml up -d