From 4b9e32d179647c22caba9f1551a69fbe7ac17bda Mon Sep 17 00:00:00 2001 From: Al Joslin Date: Sat, 5 Apr 2025 19:52:28 -0400 Subject: [PATCH] explains how not to get confused --- src/memory/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/memory/README.md b/src/memory/README.md index e5795cb5..1d496a2a 100644 --- a/src/memory/README.md +++ b/src/memory/README.md @@ -221,6 +221,8 @@ 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. + ## License This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.