An open API service indexing awesome lists of open source software.

https://github.com/patheard/wordpress-alpine-apache

Proof-of-concept WordPress using Alpine, PHP-FPM and Apache.
https://github.com/patheard/wordpress-alpine-apache

alpine apache docker php-fpm wordpress

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

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