mirror of
https://github.com/usememos/memos.git
synced 2025-10-05 12:04:31 +08:00
docs: docker compose tip (#296)
* docs: docker compose tip * chore: update Co-authored-by: boojack <stevenlgtm@gmail.com> Co-authored-by: boojack <stevenlgtm@gmail.com>
This commit is contained in:
parent
3d0c6004c0
commit
1021023577
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,12 @@ Memos should be running at [http://localhost:5230](http://localhost:5230). If th
|
|||
|
||||
See more in the example [`docker-compose.yaml`](./docker-compose.yaml) file.
|
||||
|
||||
If you want to upgrade the version of memos, use the following command.
|
||||
|
||||
```sh
|
||||
docker-compose down && docker-compose build --no-cache && docker-compose up -d
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. 🥰
|
||||
|
|
Loading…
Add table
Reference in a new issue