Wikmd

Modern and simple file based wiki that uses Markdown and Git.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "2.1"
 
services:
  wikmd:
    image: linbreux/wikmd:latest
    container_name: wikmd
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris
    volumes:
      - /path/to/wiki:/wiki
    ports:
      - 5000:5000
    restart: unless-stopped

Resources

Website: https://linbreux.github.io/wikmd/

GitHub: https://github.com/Linbreux/wikmd

Docker Hub : https://hub.docker.com/r/linbreux/wikmd

Configuration: https://linbreux.github.io/wikmd/installation/docker.html