Skip to content

Commit

Permalink
#30: Fix - cannot restart container at permissions correction stage
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jan 26, 2020
1 parent fcb1cff commit 6550ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ correct_permissions () {
groupmod -g "$TAIGA_GID" taiga

echo " >> Correcting permissions"
touch /var/run/nginx.pid
chown taiga:taiga /usr/src /var/log/nginx/ /var/run/nginx.pid /var/lib/nginx /usr/src/taiga-back/media -R
}

Expand Down

0 comments on commit 6550ada

Please sign in to comment.