Skip to content

Commit 1ef15a8

Browse files
committed
Add Ouput for setting rights on the upload folder
Signed-off-by: solidnerd <niclas@mietz.io>
1 parent ef9477c commit 1ef15a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ fi
104104

105105
cd /var/www/BookStack/ && php artisan key:generate && php artisan migrate --force
106106

107+
108+
echo "Setting setting rights for uploads"
107109
chown -R www-data:www-data /var/www/BookStack/public/uploads && chmod -R 775 /var/www/BookStack/public/uploads
108110

109111
exec apache2-foreground

0 commit comments

Comments
 (0)