explains how not to get confused

This commit is contained in:
Al Joslin
2025-04-05 19:52:28 -04:00
parent 6a50ecadc2
commit 4b9e32d179

View File

@@ -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.