patheard / wordpress-alpine-apache

Proof-of-concept WordPress using Alpine, PHP-FPM and Apache.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress Alpine Apache

Proof-of-concept WordPress Docker image using Alpine, PHP-FPM and Apache.

docker build -t wordpress-alpine-apache .
docker run -p 8080:80 -d wordpress-alpine-apache
curl -L http://localhost:8080

About

Proof-of-concept WordPress using Alpine, PHP-FPM and Apache.

License:MIT License


Languages

Language:Shell 94.3%Language:Dockerfile 5.7%