Memos is a lightweight, self-hosted memo hub designed for you to effortlessly capture and share your ideas. It's built with a privacy-first approach, ensuring your thoughts remain yours alone. As a completely open-source and free tool, it gives you full control over your data without any tracking, analytics, or data harvesting.
Take control of your notes with a platform that prioritizes simplicity and ownership:
services:
memos:
image: ghcr.io/usememos/memos:latest
container_name: memos
volumes:
- ./memos-data:/var/opt/memos
ports:
- "5230:5230"
restart: always
# Memos does not require sensitive environment variables for its default SQLite configuration.
# Initial setup (admin creation) is done via the web UI on first launch.
Auto-fetched about 1 hour ago
Auto-fetched about 1 hour ago