You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/docs/deploy/docker-deploy-guide.md

485 B

Deploy memos with Docker

  1. download the initialized db file:

    mkdir ~/data
    cd ~/data
    wget --no-check-certificate https://github.com/justmemos/memos/blob/main/resources/memos-release.db?raw=true
    
  2. pull and run docker image:

    docker run --name memos --restart always --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos/ neosmemo/memos:next -mode release
    

The default user account is guest with password secret.