Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 550 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 550 Bytes

Wordpress using SQLite running on nginx with hhvm

This repository contains Dockerfile of Wordpress on Nginx using Sqlite instead of MySQL

Base Docker Image

Usage

docker run -d -p 80:80 dorwardv/nginx_hhvm_wordpress_sqlite

After few seconds, open http://<host> to see the wordpress install page.

###Build from Dockerfile docker build -t="dorwardv/nginx_hhvm_wordpress_sqlite" github.com/dorwardv/nginx_hhvm_wordpress_sqlite