From: Sam Saffron Date: Mon, 25 Nov 2013 00:45:20 +0000 (-0800) Subject: redis format change X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3f045585f8dd366d5ea6b21a566869b6467b45dc;p=discourse_docker.git redis format change --- diff --git a/standalone.template.yml b/standalone.template.yml index 2ef0693..e6f39fc 100644 --- a/standalone.template.yml +++ b/standalone.template.yml @@ -184,7 +184,7 @@ run: - replace: filename: "/etc/redis/redis.conf" from: /^logfile.*$/ - to: "logfile stdout" + to: "logfile \"\"" - replace: filename: "/etc/redis/redis.conf"