Update compose-file.md

Document that the journald logging driver allows docker-compose logs to work.
This commit is contained in:
sixcorners 2016-10-05 11:40:42 -05:00 committed by GitHub
parent 8936e1b88c
commit 9a2be62bf8
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ The default value is json-file.
driver: "syslog"
driver: "none"
> **Note:** Only the `json-file` driver makes the logs available directly from
> **Note:** Only the `json-file` and `journald` drivers make the logs available directly from
> `docker-compose up` and `docker-compose logs`. Using any other driver will not
> print any logs.