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,9 +35,9 @@ 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"
gelf-address: "udp://graylog:12201"
```
Linux users can also add or edit the Docker daemons configuration file `/etc/docker/daemon.json` to affect the global logging behavior. Windows users please have a look at the [docker documentation](https://docs.docker.com/engine/reference/commandline/dockerd//#windows-configuration-file):