Skip to content

Commit 987b2d5

Browse files
author
Matthew Fisher
committed
fix(controller): chown log mount to deis user
This will grant the controller read/write permissions for the logs.
1 parent a50158b commit 987b2d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

controller/bin/boot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ done
4848

4949
cd /app
5050

51+
# give the deis user permissions to write to the volume mount
52+
chown -R deis:deis /var/log/deis
53+
5154
# run an idempotent database migration
5255
sudo -E -u deis ./manage.py syncdb --migrate --noinput
5356

0 commit comments

Comments
 (0)