mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-01-23 03:49:50 +00:00
492 B
492 B
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