You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest
32
30
```
33
31
34
-
> The `~/.memos/` will be used as the data directory in your machine. And `/var/opt/memos` is the directory of the volume in docker and should not be modified.
35
-
36
-
If the `~/.memos/` does not have a `memos_prod.db` file, then memos will auto generate it. Memos will be running at [http://localhost:5230](http://localhost:5230).
32
+
> `~/.memos/` will be used as the data directory in your machine. And `/var/opt/memos` is the directory of the volume in docker and should not be modified.
37
33
38
34
### Docker Compose
39
35
40
-
Example Compose YAML file: [`docker-compose.yaml`](./docker-compose.yaml).
36
+
Example docker compose YAML file: [`docker-compose.yaml`](./docker-compose.yaml).
41
37
42
-
If you want to upgrade the version of memos, use the following command.
38
+
You can upgrade memos with the following command.
43
39
44
40
```sh
45
41
docker-compose down && docker image rm neosmemo/memos:latest && docker-compose up -d
@@ -56,7 +52,7 @@ Contributions are what make the open source community such an amazing place to l
56
52
57
53
See more in [development guide](./docs/development.md).
58
54
59
-
## Products made by Community
55
+
###Products made by Community
60
56
61
57
-[Moe Memos](https://memos.moe/) - Third party client for iOS and Android
0 commit comments