Skip to content

Commit

Permalink
Merge pull request #3435 from nextcloud/enh/noid/improve-pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen authored Sep 27, 2023
2 parents 810bfa1 + d9ec367 commit 60ae0a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/containers-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"properties": {
"image": {
"type": "string",
"minLength": 1
"minLength": 1,
"pattern": "^[a-z0-9/-]+$"
},
"expose": {
"type": "array",
Expand Down

0 comments on commit 60ae0a4

Please sign in to comment.