Skip to content

Commit

Permalink
Update compose schema to support custom interface for ports (#4921)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g authored Sep 21, 2024
1 parent a11c2d1 commit 42c8726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/compose-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"containerPort": { "type": "number" },
"hostPort": { "type": "number" },
"udp": { "type": "boolean" },
"tcp": { "type": "boolean" }
"tcp": { "type": "boolean" },
"interface": { "type": "string" }
},
"required": ["containerPort", "hostPort"]
}
Expand Down

0 comments on commit 42c8726

Please sign in to comment.