Merge pull request #147 from ntimo/ntimo-patch-logging-driver
Fixed logging driver compose example
Dieser Commit ist enthalten in:
Commit
8c52c2b0fb
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -35,7 +35,7 @@ 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"
|
||||||
```
|
```
|
||||||
|
|
Laden …
In neuem Issue referenzieren