Skip to content

Commit

Permalink
add new mac_address attribute to service.networks definition
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <[email protected]>
  • Loading branch information
glours authored and ndeloof committed Nov 20, 2023
1 parent eb88536 commit ec342b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/compose-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
"ipv4_address": {"type": "string"},
"ipv6_address": {"type": "string"},
"link_local_ips": {"$ref": "#/definitions/list_of_strings"},
"mac_address": {"type": "string"},
"priority": {"type": "number"}
},
"additionalProperties": false,
Expand Down

0 comments on commit ec342b4

Please sign in to comment.