Skip to content

ThibaultFeugere/docker-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Docker LAMP

Are you tired of having dozens of php versions?

This little Dockerfile and docker-compose should please you

How it works

You just need to clone this two files :

  • Dockerfile
  • docker-compose.yml

Configuration

If you want to change PHP version, you can change this line :

FROM php:7.3-apache

Docker-compose

Docker-compose is the orchestrator of three services :

  • web (with PHP)
  • db (database with mysql:8.0)
  • PhpMyAdmin

Next step

TODO : dissociate PHP and Apache.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published