Skip to content

combostrap/combowiki-site

Repository files navigation

ComboWiki Website

About

This repository contains the combowiki website written as combo site

How to Run

To get the ComboWiki website available at http://localhost:8081, execute:

docker run \
  --name combowiki-site \
  --rm \
  -p 8081:80 \
  -e DOKU_DOCKER_GIT_SITE=https://github.com/combostrap/combowiki-site \
  ghcr.io/combostrap/dokuwiki:php8.3-latest

How to develop it

See dev

Contributors