mirror of
https://github.com/usememos/memos.git
synced 2024-12-28 16:14:03 +08:00
chore: update readme about deployment
This commit is contained in:
parent
18fc93789b
commit
5d0e9724db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue