mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
lsp non root
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user