mirror of
https://github.com/usememos/memos.git
synced 2025-10-07 21:06:30 +08:00
chore: release 0.0.1 (#57)
This commit is contained in:
parent
74ab42069f
commit
5731fb8912
1 changed files with 2 additions and 2 deletions
|
@ -30,10 +30,10 @@
|
||||||
## ⚓️ Deploy with Docker
|
## ⚓️ Deploy with Docker
|
||||||
|
|
||||||
```docker
|
```docker
|
||||||
docker run --name memos --publish 8080:8080 --volume /path/to/your/data/:/var/opt/memos -e mode=prod neosmemo/memos:dev
|
docker run --name memos --publish 8080:8080 --volume ~/.memos/:/var/opt/memos -e mode=prod neosmemo/memos:0.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
If the `/path/to/your/data` does not have a `memos_prod.db` file, then `memos` will auto generate it.
|
If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it.
|
||||||
|
|
||||||
## 🏗 Development
|
## 🏗 Development
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue