Update config-support.yml

This commit is contained in:
Nicolas Mowen 2024-09-27 08:22:43 -06:00 committed by GitHub
parent ce99a2dbbb
commit 5cbaafb7af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,9 +82,11 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: container-config id: docker
attributes: attributes:
label: Container Config (Docker run command, compose file, lxc config, etc) label: docker-compose file or Docker CLI command
description: This will be automatically formatted into code, so no need for backticks.
render: yaml
validations: validations:
required: true required: true
- type: dropdown - type: dropdown