mirror of
https://github.com/usememos/memos.git
synced 2025-12-10 06:06:32 +08:00
491 B
491 B
Deploy memos with Docker
-
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 -
pull and run docker image:
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=release -e data=/var/opt/memos neosmemo/memos:dev
The default user account is guest with password secret.