Rename the field comment to description
This commit is contained in:
@@ -13,7 +13,7 @@ It must consist of an array with every template definition consisting of one ele
|
|||||||
A template element must be a *JSON* object with the following mandatory fields:
|
A template element must be a *JSON* object with the following mandatory fields:
|
||||||
|
|
||||||
* title: Title of the template
|
* title: Title of the template
|
||||||
* comment: Description of the template
|
* description: Description of the template
|
||||||
* logo: URL for the template logo
|
* logo: URL for the template logo
|
||||||
* image: the Docker image associated to the template
|
* image: the Docker image associated to the template
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@ Each port will be automatically bound on the host by Docker when starting the co
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"title": "MySQL",
|
"title": "MySQL",
|
||||||
"comment": "The most popular open-source database",
|
"description": "The most popular open-source database",
|
||||||
"logo": "https://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/640px-MySQL.svg.png",
|
"logo": "https://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/640px-MySQL.svg.png",
|
||||||
"image": "mysql:latest",
|
"image": "mysql:latest",
|
||||||
"env": [
|
"env": [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"title": "MySQL",
|
"title": "MySQL",
|
||||||
"comment": "The most popular open-source database",
|
"description": "The most popular open-source database",
|
||||||
"logo": "https://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/640px-MySQL.svg.png",
|
"logo": "https://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/640px-MySQL.svg.png",
|
||||||
"image": "mysql:latest",
|
"image": "mysql:latest",
|
||||||
"env": [
|
"env": [
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "WordPress",
|
"title": "WordPress",
|
||||||
"comment": "A free and open-source CMS",
|
"description": "A free and open-source CMS",
|
||||||
"logo": "https://s.w.org/about/images/logos/wordpress-logo-simplified-rgb.png",
|
"logo": "https://s.w.org/about/images/logos/wordpress-logo-simplified-rgb.png",
|
||||||
"image": "wordpress:latest",
|
"image": "wordpress:latest",
|
||||||
"env": [
|
"env": [
|
||||||
|
|||||||
Reference in New Issue
Block a user