From: Sam Saffron Date: Fri, 29 Nov 2013 01:43:10 +0000 (-0800) Subject: correct the group X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=58c7d3bac15e0ec3e8b0d81019d3050236dd894b;p=discourse_docker.git correct the group --- diff --git a/templates/web.template.yml b/templates/web.template.yml index fa318e6..a022637 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -81,8 +81,8 @@ run: - ln -s /shared/log/rails $home/log - mkdir -p /shared/uploads - ln -s /shared/uploads $home/public/uploads - - chown -R discourse /shared/uploads - - chown -R discourse /shared/log/rails + - chown -R discourse:www-data /shared/uploads + - chown -R discourse:www-data /shared/log/rails - exec: cmd: - "cp $home/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf"