Unverified Commit 10210235 authored by Hyoban's avatar Hyoban Committed by GitHub

docs: docker compose tip (#296)

* docs: docker compose tip

* chore: update
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>
parent 3d0c6004
......@@ -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. 🥰
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment