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

https://github.com/pboardman/dokuwiki-docker

Dokuwiki docker image.
https://github.com/pboardman/dokuwiki-docker

Last synced: 3 months ago
JSON representation

Dokuwiki docker image.

Awesome Lists containing this project

README

        

# Dokuwiki inside Docker

All of [Dokuwiki](https://www.dokuwiki.org/) data will be stored in /data

## How to run the image
build the image (or get it from [Docker Hub](https://hub.docker.com/u/lacsap/)) then mount the /data volume somewhere on your machine for example:

you can run the image with :

``` sudo docker run -d -p=80:80 -v=/mnt/dokuwiki:/data lacsap/dokuwiki ```

Then configure the server by going to 127.0.0.1/install.php