Merge pull request #147 from ntimo/ntimo-patch-logging-driver

Fixed logging driver compose example
Dieser Commit ist enthalten in:
André Peters 2019-05-04 17:50:36 +02:00 committet von GitHub
Commit 8c52c2b0fb
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: logging:
log_driver: "gelf" driver: "gelf"
options: 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): 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):