From: Sam Date: Tue, 21 Jun 2016 08:31:39 +0000 (+1000) Subject: tweak perms X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0cc8a82249c86532a9f4333a0f2715e9e3c68b2d;p=discourse_docker.git tweak perms --- diff --git a/templates/web.template.yml b/templates/web.template.yml index d5a33a6..9523536 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -56,8 +56,8 @@ run: #!/bin/bash # TODO this should be moved into the base image chown -fR www-data:adm /var/log/nginx - chown -f syslog:syslog /var/log/syslog* - chown -f syslog:syslog /var/log/auth.log* + chown -f syslog:adm /var/log/syslog* + chown -f syslog:adm /var/log/auth.log* chown -f syslog:adm /var/log/kern.log* - file: