Fixed logging driver compose example

Dieser Commit ist enthalten in:
Timo N 2019-05-04 15:06:02 +02:00 committet von GitHub
Ursprung ac76cc20fc
Commit 21cf3b6223
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -35,7 +35,7 @@ Edit `docker-compose.yml` and append, for example, this block to use the "gelf"
```
logging:
log_driver: "gelf"
driver: "gelf"
options:
gelf-address: "udp://graylog:12201"
```