mirror of
https://github.com/usememos/memos.git
synced 2025-01-31 17:48:12 +08:00
chore: release v0.1.1
(#77)
This commit is contained in:
parent
efb3fad194
commit
50fee8b0f4
3 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
||||||
## ⚓️ Deploy with Docker
|
## ⚓️ Deploy with Docker
|
||||||
|
|
||||||
```docker
|
```docker
|
||||||
docker run --name memos --publish 5230:5230 --volume ~/.memos/:/var/opt/memos -e mode=prod -e port=5230 neosmemo/memos:0.1.0
|
docker run --name memos --publish 5230:5230 --volume ~/.memos/:/var/opt/memos -e mode=prod -e port=5230 neosmemo/memos:0.1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Memos should now be running at [http://localhost:5230](http://localhost:5230). If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it.
|
Memos should now be running at [http://localhost:5230](http://localhost:5230). If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package common
|
package common
|
||||||
|
|
||||||
// Version is the service current released version.
|
// Version is the service current released version.
|
||||||
var Version = "0.1.0"
|
var Version = "0.1.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "memos",
|
"name": "memos",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "tsc && vite build",
|
"build": "tsc && vite build",
|
||||||
|
|
Loading…
Reference in a new issue