diff --git a/php/containers-schema.json b/php/containers-schema.json index a5811ed8..5de79492 100644 --- a/php/containers-schema.json +++ b/php/containers-schema.json @@ -141,7 +141,7 @@ "type": "array", "items": { "type": "string", - "pattern": "^/[a-z/]$" + "pattern": "^/[a-z/]+$" } }, "volumes": {