Skip to content

Docker compose template to run Apache, MySQL, and PHP.

Notifications You must be signed in to change notification settings

tranquan24/apache-mysql-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Last Commit Issues

Apache MySQL PHP Stack

Docker compose template to run Apache, MySQL, and PHP.

Table of contents
  1. Services
  2. Contact

Services

Database server

Name: db-server
Port: 3306
Image: mysql:latest
Root username: root
Root password: password

Web server

Name: web-server
Port: 80
Image: php:apache
Installed PHP extensions: mysqli
Apache entry point: /php/index.php

Contact

Wai Chung Wong - Github | [email protected]

About

Docker compose template to run Apache, MySQL, and PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.7%
  • Dockerfile 8.3%