We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5092d97 commit fa733daCopy full SHA for fa733da
content/reference/compose-file/services.md
@@ -1570,7 +1570,7 @@ in the form:
1570
1571
- `HOST` is `[IP:](port | range)` (optional). If it is not set, it binds to all network interfaces (`0.0.0.0`).
1572
- `CONTAINER` is `port | range`.
1573
-- `PROTOCOL` restricts ports to a specified protocol either `tcp` or `upd`(optional). Default is `tcp`.
+- `PROTOCOL` restricts ports to a specified protocol either `tcp` or `udp`(optional). Default is `tcp`.
1574
1575
Ports can be either a single value or a range. `HOST` and `CONTAINER` must use equivalent ranges.
1576
0 commit comments