mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update syslog documentation for typo (#3502)
There is a typo of UDP which is spelled as UP. Corrected it. Signed-off-by: Swapnil Kulkarni <me@coolsvap.net>
This commit is contained in:
committed by
John Mulhausen
parent
b1e058cf38
commit
58f3632285
@@ -40,7 +40,7 @@ dockerd \
|
||||
--log-opt syslog-address=udp://1.2.3.4:1111
|
||||
```
|
||||
|
||||
> **Note**: The syslog-address supports both UP and TCP.
|
||||
> **Note**: The syslog-address supports both UDP and TCP.
|
||||
|
||||
To make the changes persistent, add the toptions to `/etc/docker/daemon.json`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user