Skip to content

Docker container based on alpine linux that runs php 7 and has mariadb/mysql

Notifications You must be signed in to change notification settings

ethanpil/alpine-php7-fpm-nginx-mariadb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a docker container with php 7.2.8, php7-fpm, nginx 1.14.0, mariadb 10.2.15.

To build, clone the repo, cd into it and run:

docker build -t palapa/php .

To run the server, you could use the following command:

docker run -it -p 80:80 -v "$PWD/app":/www palapa/php

About

Docker container based on alpine linux that runs php 7 and has mariadb/mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 82.8%
  • Shell 17.2%