Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 538 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 538 Bytes

Combostrap.com Website

About

This repository contains the https://combostrap.com written as combo site

How to Run

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

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

How to develop it

See dev