mirror of
https://github.com/usememos/memos.git
synced 2024-11-28 23:04:57 +03:00
chore: release 0.0.1 (#57)
This commit is contained in:
parent
74ab42069f
commit
5731fb8912
@ -30,10 +30,10 @@
|
||||
## ⚓️ Deploy with 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user