mirror of
https://github.com/usememos/memos.git
synced 2025-04-04 21:01:06 +02:00
chore: update readme
This commit is contained in:
parent
93b6a910ae
commit
b88846fff5
@ -1,4 +1,4 @@
|
|||||||
<h1 align="center">✍️ Memos</h1>
|
<p align="center"><img height="64px" src="https://raw.githubusercontent.com/usememos/memos/main/resources/logo-full.png" alt="✍️ memos" /></p>
|
||||||
|
|
||||||
<p align="center">An open source, self-hosted knowledge base that works with a SQLite db file.</p>
|
<p align="center">An open source, self-hosted knowledge base that works with a SQLite db file.</p>
|
||||||
|
|
||||||
@ -44,7 +44,6 @@ services:
|
|||||||
- ~/.memos/:/var/opt/memos
|
- ~/.memos/:/var/opt/memos
|
||||||
ports:
|
ports:
|
||||||
- 5230:5230
|
- 5230:5230
|
||||||
restart: unless-stopped
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Memos should 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 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user