Docker compose template to run Apache, MySQL, and PHP.
Table of contents
Name: | db-server |
Port: | 3306 |
Image: | mysql:latest |
Root username: | root |
Root password: | password |
Name: | web-server |
Port: | 80 |
Image: | php:apache |
Installed PHP extensions: | mysqli |
Apache entry point: | /php/index.php |
Wai Chung Wong - Github | [email protected]