Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ef15a8

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎docker-entrypoint.sh

Copy file name to clipboardExpand all lines: docker-entrypoint.sh
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.