
memos
Privacy-first, lightweight note-taking solution that allows you to effortlessly capture and share your ideas.
#note #Live Demo
Getting Started
- Create a folder and move to it
mkdir memos && cd memos
- Create a
docker-compose.yml
file 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.