memos
45573Privacy-first, lightweight note-taking solution that allows you to effortlessly capture and share your ideas.
#note #Live Demo #Screenshots
2025-02-17
2025-08-11
Getting Started
- Create a folder and move to it
mkdir memos && cd memos - Create a
docker-compose.ymlfile and add the following content:docker-compose.ymlservices: memos: image: neosmemo/memos:stable container_name: memos volumes: - memos:/var/opt/memos ports: - 5230:5230 volumes: memos: - Start the service using docker compose.
docker compose up -d - Wait a minute for the containers to start up, then visit http://localhost:5230 to access the Memos.