From: Michael Brown Date: Thu, 24 Jul 2014 18:03:27 +0000 (-0400) Subject: Ensure /shared/log/rails is owned by discourse user X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6d00b2fab0a046bf08e2c3148b2b3bab8fc5cdcf;p=discourse_docker.git Ensure /shared/log/rails is owned by discourse user --- diff --git a/templates/web.template.yml b/templates/web.template.yml index 063e79e..84a699e 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -49,6 +49,7 @@ run: # postgres sv start copy_env || exit 1 cd $home + chown -R discourse:www-data /shared/log/rails exec sudo -E -u discourse LD_PRELOAD=/usr/lib/libjemalloc.so.1 bundle exec config/unicorn_launcher -E production -c config/unicorn.conf.rb - file: