logging/gelf: fix stray 'n-dash' instead of hyphen in example

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-12-20 09:52:25 +01:00
parent 0f0466f76b
commit d5ec94bd5f
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ You can set the logging driver for a specific container by setting the
```console
$ docker run \
--log-driver gelf -log-opt gelf-address=udp://1.2.3.4:12201 \
--log-driver gelf --log-opt gelf-address=udp://1.2.3.4:12201 \
alpine echo hello world
```