Skip to content

darelrho/docker-compose-apache-php-73-mysql-8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose: Apache, PHP 7.3, and MySQL 8

Docker Compose file for Containers with Apache, PHP 7.3, and MySQL 8, for Web Development.

More details can be found here.


Build and Start the Containers

Create the Containers.

docker-compose up -d

View Logs

Check the Docker Compose Logs.

docker-compose logs

Test

Open the http://localhost:4000/test.php url on your browser.


You should see the following text:

Connection successful!

Stop the Containers

Stop the Containers.

docker-compose stop

Remove the Containers

Remove the Containers.

docker-compose down

Releases

No releases published

Packages

No packages published

Languages

  • Shell 76.9%
  • Dockerfile 20.6%
  • PHP 2.5%