From 7661b9fb3a99f1c6ed3ed6e74b5e4b113c078c99 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 27 Sep 2023 16:40:18 +0200 Subject: [PATCH] address review Signed-off-by: Simon L Co-authored-by: Zoey Signed-off-by: Simon L. --- php/containers-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers-schema.json b/php/containers-schema.json index 1f549027..d82338c8 100644 --- a/php/containers-schema.json +++ b/php/containers-schema.json @@ -51,7 +51,7 @@ }, "container_name": { "type": "string", - "pattern": "^nextcloud-aio-[a-z-0-9]+$" + "pattern": "^nextcloud-aio-[a-z0-9-]+$" }, "internal_port": { "type": "string",