Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 492 Bytes

memos.md

File metadata and controls

26 lines (21 loc) · 492 Bytes

Memos

An open-source, self-hosted memo hub with knowledge management and collaboration.

  • Really easy to setup and use
  • Has a dedicated mobile client!
  • Quite good UX

docker-compose.yml

---
services:
  memos:
    image: neosmemo/memos:latest
    container_name: memos
    volumes:
      - ./memos:/var/opt/memos
    ports:
      - 5230:5230