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