Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 480 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 480 Bytes

Dokuwiki on nginx

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

Base Docker Image

Usage

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

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

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