Skip to content

Commit

Permalink
chore: update readme about deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed May 17, 2022
1 parent 18fc937 commit 5d0e972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
docker run --name memos --publish 8080:8080 --volume /path/to/your/data/:/var/opt/memos -e mode=prod neosmemo/memos:dev
```

If the `/path/to/your/data` doesn't have a `memos_prod.db` file, then `memos` will auto-generate it and the default username is `dear_musk` with password `secret`.
If the `/path/to/your/data` does not have a `memos_prod.db` file, then `memos` will auto generate it.

## 🏗 Development

Expand Down

0 comments on commit 5d0e972

Please sign in to comment.