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
fcb5e2ee
Commit
fcb5e2ee
authored
May 02, 2022
by
boojack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update deploy guide in readme
parent
da94b96b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
README.md
README.md
+2
-2
AboutSiteDialog.tsx
web/src/components/AboutSiteDialog.tsx
+1
-2
No files found.
README.md
View file @
fcb5e2ee
...
...
@@ -31,10 +31,10 @@ Making sure that you are in charge of your data and more customizations.
## ⚓️ Deploy with Docker
```
docker
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=
release
neosmemo/memos:dev
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=
prod
neosmemo/memos:dev
```
The default user account
is
`guest`
with password
`secret`
.
If the
`/path/to/your/data`
doesn't have a
`.db`
file, then memos will auto-generate it and the default username
is
`guest`
with password
`secret`
.
## 🌟 Star history
...
...
web/src/components/AboutSiteDialog.tsx
View file @
fcb5e2ee
...
...
@@ -40,10 +40,9 @@ const AboutSiteDialog: React.FC<Props> = ({ destroy }: Props) => {
<
p
>
Built with `Golang` and `React`.
</
p
>
<
br
/>
<
p
>
🏗
<
a
href=
"https://github.com/justmemos/memos"
>
This project
</
a
>
is working in progress,
<
br
/>
and very pleasure to welcome
your
{
" "
}
🏗
<
a
href=
"https://github.com/justmemos/memos"
>
This project
</
a
>
is working in progress,
and very pleasure to
your
{
" "
}
<
a
href=
"https://github.com/justmemos/memos/issues"
>
issues
</
a
>
.
</
p
>
<
br
/>
<
p
className=
"updated-time-text"
>
Last updated on
<
span
className=
"pre-text"
>
{
lastUpdatedAt
}
</
span
>
🎉
</
p
>
...
...
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