From 045b15a6149d01e3370409da580be9b206384a20 Mon Sep 17 00:00:00 2001 From: Al Joslin Date: Sat, 5 Apr 2025 19:55:36 -0400 Subject: [PATCH] maybe AI makes more sense --- src/memory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memory/README.md b/src/memory/README.md index 1d496a2a..928680c9 100644 --- a/src/memory/README.md +++ b/src/memory/README.md @@ -221,7 +221,7 @@ Docker: docker build -t mcp/memory -f src/memory/Dockerfile . ``` -Note: when upgrading a combination of docker usage and a docker volume for storage, delete the previous index.js file from the old docker volume before starting the new container so this new index.js is not overwritten. +For Awareness: a prior mcp/memory volume contains an index.js file that could be overwritten by the new container. If you are using a docker volume for storage, delete the old docker volume's `index.js` file before starting the new container. ## License