diff --git a/php/containers-schema.json b/php/containers-schema.json index 84343317..df828f5e 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": {