mirror of https://github.com/docker/docs.git
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:
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`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue