Skip to content

Commit d1d2701

Browse files
committed
webservice port needs to be unique
1 parent efcc565 commit d1d2701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/webservice/schemas/webservice_schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ mapping:
77
mapping:
88
debug: {type: bool, nullable: false}
99
listen: {type: str, pattern: '\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}', nullable: false}
10-
port: {type: int, range: {min: 80, max: 65535}, nullable: false}
10+
port: {type: int, nullable: false, func: unique_port}

0 commit comments

Comments
 (0)