Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

codeblick/docker-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeblick/lamp

About

This images contains a LAMP stack (Apache + MySQL + PHP). It is based on our php image.

Usage

docker run \
	-p 80:80 \
	-p 3306:3306 \
	-e "MYSQL_ROOT_PASSWORD=rootpwd" \
	-e "MYSQL_DATABASE=dbname" \
	-e "MYSQL_USER=dbuser" \
	-e "MYSQL_PASSWORD=dbpwd" \
	-v $PWD:/var/www/html \
	codeblick/lamp:7.1-apache-mysql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages