apre / lamp

a LAMP stack in docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAMP stack in docker

Based on https://doc.ubuntu-fr.org/docker_lamp

Fixed to have:

  • php 7.4
  • mariadb instead of mysql

Tested on ubuntu 19.10

prerequisites

apt install docker.io docker-compose

use it

start the lamp stack with:

docker build -t php-mysqli -f php-mysqli/Dockerfile.php php-mysqli
docker-compose up

For using the map, you need to edit www/tile.php and replace YOUR_MAPBOX_TOKEN_HERE with your mapbox token.

About

a LAMP stack in docker

License:Do What The F*ck You Want To Public License


Languages

Language:PHP 59.4%Language:HTML 40.6%