Wiki.js

Wiki.js

Wiki.js is an open-source, modern, and user-friendly wiki software that enables users and teams to create and manage collaborative documentation and knowledge bases. It offers a sleek and customizable interface with features like Markdown support, version control, rich content embedding, access control, and real-time collaboration. Wiki.js is designed to facilitate the organization and sharing of information within organizations, making it a valuable tool for knowledge management and documentation purposes.

This will run wiki.js under http://localhost:9065 inside your network

version: "2.1"
services:
  wikijs:
    image: lscr.io/linuxserver/wikijs:latest
    container_name: wikijs
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Zurich
    volumes:
      - /home/[user]/docker/wikijs/config:/config
      - /home/[user]/docker/wikijs/data:/data
    ports:
      - [port]:3000
    restart: unless-stopped

Copy

NOTE:
[user] Corresponds to the folder of you user in your system
[port] The desired port you'd like to map the host