catscarlet / damp-alternative

Docker + Apache + MySQL + PHP. Make you Moist!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAMP Alternative

Docker + Apache + MySQL + PHP. Very Moist!

996.icu LICENSE

This is almost as same as DAMP, but more focus on replacing existing LAMP supported services.

DAMP Project is licensed under the GLWT and the Anti 996 License Version 1.0 (Draft) Make sure you know Docker and Apache well, and backup all your serivces and data before trying this project.

Changed

This project has these changes between DAMP

  • use host mode as network_mode instead of bridge mode.
  • use /var/www/html instead of standalone directory
  • use shared website configurations instead of standalone configurations

Usage

network_mode: host means ports(80, 443, 3306, 9000) of Apache, PHP and MySQL are listened on host, as same as LAMP. Using /var/www/html means you don't need to remove old file, so does configurations.

For more information, refer to original document of DAMP.

About

Docker + Apache + MySQL + PHP. Make you Moist!

License:Other


Languages

Language:Dockerfile 91.6%Language:Shell 8.4%