lsp non root

This commit is contained in:
Alexander Petric
2024-12-24 15:49:39 +01:00
parent 98b9ba8333
commit 31518f37e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ services:
expose:
- 3001
volumes:
- lsp_cache:/root/.cache
- lsp_cache:/pyls/.cache
multiplayer:
image: ghcr.io/windmill-labs/windmill-multiplayer:latest
@@ -47,7 +47,7 @@ resource "aws_ecs_task_definition" "windmill_cluster_windmill_lsp_td" {
volume {
name = "lsp_cache"
host_path = "/root/.cache"
host_path = "/pyls/.cache"
}
}