Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
50fee8b0
Unverified
Commit
50fee8b0
authored
Jun 19, 2022
by
STEVEN
Committed by
GitHub
Jun 19, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: release `v0.1.1` (#77)
parent
efb3fad1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
version.go
common/version.go
+1
-1
package.json
web/package.json
+1
-1
No files found.
README.md
View file @
50fee8b0
...
...
@@ -31,7 +31,7 @@
## ⚓️ Deploy with 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.
...
...
common/version.go
View file @
50fee8b0
package
common
// Version is the service current released version.
var
Version
=
"0.1.
0
"
var
Version
=
"0.1.
1
"
web/package.json
View file @
50fee8b0
{
"name"
:
"memos"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"scripts"
:
{
"dev"
:
"vite"
,
"build"
:
"tsc && vite build"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment