Skip to content

Commit fa733da

Browse files
author
yinzhidong
authored
update services.md
1 parent 5092d97 commit fa733da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/compose-file/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ in the form:
15701570

15711571
- `HOST` is `[IP:](port | range)` (optional). If it is not set, it binds to all network interfaces (`0.0.0.0`).
15721572
- `CONTAINER` is `port | range`.
1573-
- `PROTOCOL` restricts ports to a specified protocol either `tcp` or `upd`(optional). Default is `tcp`.
1573+
- `PROTOCOL` restricts ports to a specified protocol either `tcp` or `udp`(optional). Default is `tcp`.
15741574

15751575
Ports can be either a single value or a range. `HOST` and `CONTAINER` must use equivalent ranges.
15761576

0 commit comments

Comments
 (0)