Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
change permission on /var/log-custom that docker is able to write logs
Browse files Browse the repository at this point in the history
  • Loading branch information
apfeiffer85 committed Jun 2, 2016
1 parent d7e3987 commit 3921429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/opt/taupage/init.d/00-create-custom-log-dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ if [ ! -d /var/log-custom ]
then
mkdir /var/log-custom
fi

#make writeable for application user that are docker is able to write custom logs
chown application.application /var/log-custom

0 comments on commit 3921429

Please sign in to comment.