From d8feb03a699622f28cb1124967da2380938b4dec Mon Sep 17 00:00:00 2001 From: Cameron Carslake Date: Sun, 5 Apr 2026 14:23:03 +0930 Subject: [PATCH] add ToDo list --- .devcontainer/ToDo.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/ToDo.md diff --git a/.devcontainer/ToDo.md b/.devcontainer/ToDo.md new file mode 100644 index 00000000..f41349c8 --- /dev/null +++ b/.devcontainer/ToDo.md @@ -0,0 +1,5 @@ +* Set the project name in docker compose to that which cursor expects for a devcontainer. i.e. project folder_devcontainer +https://docs.docker.com/compose/how-tos/project-name/ + +### Notes +Do this when it is time to change computers, new container names wont be mounted to existing volumes \ No newline at end of file