asimzeeshan / docker-wiki.js

docker-compose to run wiki.js & MariaDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-wiki.js

This repo has a docker-compose to run wiki.js & MariaDB since the official documentation lists it with PostgreSQL

Install

clone this repo in say /home/wiki.js, run

docker-compose up --build -d

Wiki.js is running at http://ip or http://fqdn (e.g. wiki.imda.one)

About

docker-compose to run wiki.js & MariaDB