changd PGID for KASM

This commit is contained in:
cody conder
2025-11-27 20:46:25 -06:00
parent 475bc4d4be
commit 31733cf24c
2 changed files with 3 additions and 3 deletions

View File

@@ -24,8 +24,8 @@
"env_variable":"ROOTPATH"
}
],
"gid": 1000,
"uid":1000,
"gid": 0,
"uid":0,
"supported_architectures": ["amd64"],
"created_at": 1691943801422,
"updated_at": 1760070985003

View File

@@ -14,7 +14,7 @@
"volumes": [
{
"hostPath": "${ROOTPATH}",
"containerPath": "/root/OpenAudible"
"containerPath": "/config/OpenAudible"
}
]
}