docker

Docker for services
git clone git://git.unixkoans.com/docker.git
Log | Files | Refs

commit 1b8368c3585cb64dacbbc907b06d0bdaa57f06fe
parent acbcc61993b05b63dba09ea5e14c0af3d06fe86d
Author: Xiaodong Xu <[email protected]>
Date:   Tue May 29 15:35:12 +0800

Update Fluent

Diffstat:
fluentd/docker-compose.yml | 1+
fluentd/fluent.conf | 2++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/fluentd/docker-compose.yml b/fluentd/docker-compose.yml @@ -7,4 +7,5 @@ services: ports: - 24224:24224 volumes: + - ./fluent.conf:/fluentd/etc/fluent.conf - ./log:/fluentd/log diff --git a/fluentd/fluent.conf b/fluentd/fluent.conf @@ -42,9 +42,11 @@ @type mail host smtp.exmail.qq.com port 465 + domain medatc.com user [email protected] password Maileich1quae.go enable_starttls_auto true + enable_tls false from [email protected] to [email protected] subject 'SERVER ERROR'