Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit ae49b12

Browse files
committed
feat(schema): add user property to volumes definition
1 parent a56db60 commit ae49b12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/schemas/project-definition/container.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"type": "string",
3737
"description": "Target folder on the container"
3838
},
39+
"user": {
40+
"description": "Owner of the created folder for Docker volume",
41+
"type": "string"
42+
},
3943
"mode": {
4044
"type": "string",
4145
"description": "Permissions on the mounted volume - rw=readwrite, ro=readonly",

0 commit comments

Comments
 (0)