Skip to content

kyamashiro/docker-lamp8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-lamp8

Apache + MySQL8 + PHP8 + Composer + Mailpit

Install Compose V2

https://docs.docker.com/compose/cli-command/#install-on-linux

Run

make build

See Makefile.

SSL

Install mkcert, then

$ mkcert --install
$ mkcert localhost

Add localhost.pem and localhost-key.pem file to php-apache/apache2/ssl.

extension check

php -m | egrep -i -v 'bcmath|ctype|fileinfo|json|mbstring|openssl|pdo|tokenizer|xml'
php -r 'phpinfo();'

mail check

php -r 'mail("[email protected]", "Subject", "Message", "From: [email protected]");'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published