Merge pull request #69 from sixcorners/patch-1

Update compose-file.md
This commit is contained in:
Victoria Bialas 2016-10-05 19:09:10 -07:00 committed by GitHub
commit b51bb39ee9
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.