chore(devcontainer): change volume name

This commit is contained in:
cswimr 2025-01-24 23:05:24 +00:00
parent 8aaa5bd33e
commit 335882befd
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -29,7 +29,7 @@
"UV_PYTHON_DOWNLOADS": "never",
"PROJECT_DIR": "/workspaces/SeaCogs"
},
"mounts": ["source=uv-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
"mounts": ["source=seacogs-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
"postCreateCommand": "uv sync --frozen",
"remoteUser": "vscode"
}