Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/realies/wp-lemp-lite

🐳 Portable WordPress on Alpine with NGINX, PHP7, MariaDB and Supervisord
https://github.com/realies/wp-lemp-lite

alpine docker lemp lite mariadb nginx php wordpress

Last synced: about 1 month ago
JSON representation

🐳 Portable WordPress on Alpine with NGINX, PHP7, MariaDB and Supervisord

Awesome Lists containing this project

README

        

Typical usage:
`docker run -d -p 80:80 --name wp-lemp-lite realies/wp-lemp-lite`

Default environment variables that can be overwritten:
`DB_NAME=wordpress`
`DB_USER=wordpress`
`DB_PASS=secret`

Web-server root and database data located within `/data/www` and `/data/mariadb` respectively.