From 95c8d8fc9ce7c5298bce099a910fee43c083dde3 Mon Sep 17 00:00:00 2001 From: Hyoban Date: Sat, 15 Oct 2022 15:32:42 +0800 Subject: [PATCH] docs: update docker-compose tip (#299) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ee62337..ef38ad239 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ 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 +docker-compose down && docker image rm neosmemo/memos:latest && docker-compose up -d ``` ## Contributing