Add a note about supported PHP images

pull/559/head
Michele Locati 2022-03-31 16:26:01 +02:00
parent db9b4aab47
commit 6c843589ae
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ body:
- type: input - type: input
attributes: attributes:
label: Docker image label: Docker image
description: For example `php:8.1-cli` description: For example `php:8.1-cli` - Only the [official PHP Docker images](https://hub.docker.com/_/php/) are supported
placeholder: "php: ..."
validations: validations:
required: true required: true
- type: textarea - type: textarea