This Git repo contains tabulify.com written with the Combo Site Technology
- Without Git
docker run \
--name site-com-tabulify \
--rm \
-p 8081:80 \
-e DOKU_DOCKER_GIT_SITE='https://github.com/ComboStrap/tabulify.com' \
ghcr.io/combostrap/dokuwiki:php8.3-latest
- With SSH
docker run \
--name site-com-tabulify \
--rm \
-p 8081:80 \
-e DOKU_DOCKER_GIT_SITE='[email protected]:ComboStrap/tabulify.com.git' \
ghcr.io/combostrap/dokuwiki:php8.3-latest
docker run \
--name site-com-tabulify \
--rm \
-p 8081:80 \
--user 1000:1000 \
-e DOKU_DOCKER_ENV=dev \
-e DOKU_DOCKER_ACL_POLICY='public' \
-e DOKU_DOCKER_ADMIN_NAME='admin' \
-e DOKU_DOCKER_ADMIN_PASSWORD='welcome' \
-e DOKU_DOCKER_BASE_URL='http://tabulify.dev' \
-v $PWD:/var/www/html \
ghcr.io/combostrap/dokuwiki:php8.3-latest
This repository is also a submodule of java-mono/website
git submodule add
Make a submodule