diff --git a/.github/DISCUSSION_TEMPLATE/config-support.yml b/.github/DISCUSSION_TEMPLATE/config-support.yml index 3dfa5c79e..4934d7936 100644 --- a/.github/DISCUSSION_TEMPLATE/config-support.yml +++ b/.github/DISCUSSION_TEMPLATE/config-support.yml @@ -82,9 +82,11 @@ body: validations: required: true - type: textarea - id: container-config + id: docker 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: required: true - type: dropdown