memos logo

memos

Privacy-first, lightweight note-taking solution that allows you to effortlessly capture and share your ideas.

#note #Live Demo

Getting Started

  1. Create a folder and move to it
    mkdir memos && cd memos
    
  2. Create a docker-compose.yml file and add the following content:
    docker-compose.yml
    services:
      memos:
        image: neosmemo/memos:stable
        container_name: memos
        volumes:
          - memos:/var/opt/memos
        ports:
          - 5230:5230
    volumes:
      memos:
    
  3. Start the service using docker compose.
    docker compose up -d
    
  4. Wait a minute for the containers to start up, then visit http://localhost:5230 to access the Memos.