Skip to content

Alpine base docker image contains nginx, php and mysql all in one image

Notifications You must be signed in to change notification settings

cutec-chris/docker-alpine-php-mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Package Included

  • nginx (1.8.0)
  • php-fpm (5.6.15)
  • mysql (mariadb 10.1.8)

RUN

docker run -d \
  --name nginx-php-mysql \
  -p 80:80 \
  -v $PWD/data:/var/lib/mysql \
  -v $PWD/logs:/data/logs \
  -v $PWD:/data/htdocs \
  cutec/docker-alpine-php-mysql

About

Alpine base docker image contains nginx, php and mysql all in one image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nginx 51.5%
  • Shell 48.5%