From 10210235776fe49dd1905a1f9376fb862daa550c Mon Sep 17 00:00:00 2001 From: Hyoban Date: Sat, 15 Oct 2022 13:27:06 +0800 Subject: [PATCH] docs: docker compose tip (#296) * docs: docker compose tip * chore: update Co-authored-by: boojack Co-authored-by: boojack --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dc9393308..35ee62337 100644 --- a/README.md +++ b/README.md @@ -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. 🥰