This repository contains the combowiki website written as combo site
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-latestSee dev