Table of Contents

ComboStrap DokuWiki In Docker

About

ComboStrap DokuWiki In Docker is a docker image that install:

Usage

You can:

Example

To get a Dokuwiki server with the Combostrap Starter Site available at http://localhost:8080, execute:

# bash
docker run \
  --name dokuwiki \
  --rm \
  -p 8080:80 \
  -e DOKU_DOCKER_GIT_SITE='https://github.com/ComboStrap/site-starter' \
  ghcr.io/combostrap/dokuwiki:php8.3-latest

Documentation

The documentation and source code are available here