Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/schema/latest/compose/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"type": "string"
},
"type": "object",
"description": "Environment contains a list of environment variables"
"description": "Environment contains a list of environment variables\n\nExample:\n ENV_VAR1: value1\n ENV_VAR2: value2"
},
"env_files": {
"items": {
"type": "string"
},
"type": "array",
"description": "Env_files contains a list of environment files"
"description": "Env_files contains a list of environment files\n\nExample:\n - env_file1.env\n - env_file2.env"
}
},
"additionalProperties": false,
Expand Down
2 changes: 1 addition & 1 deletion content/en/schema/latest/policy/manifest/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
"type": "string"
},
"type": "array",
"description": "FileMatch allows to override default docker-compose.yaml file matching. Default [\"docker-compose.yaml\",\"docker-compose.yml\",\"docker-compose.*.yaml\",\"docker-compose.*.yml\"]"
"description": "FileMatch allows to override default docker-compose.yaml file matching. Default [\"compose.yaml\", \"compose.yml\", \"compose.*.yaml\", \"compose.*.yml\", \"docker-compose.yaml\",\"docker-compose.yml\",\"docker-compose.*.yaml\",\"docker-compose.*.yml\"]"
},
"versionfilter": {
"properties": {
Expand Down
Loading