Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 13.0/apache/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
fi

chown www-data:root /var/www/html/custom_apps

exec "$@"
2 changes: 2 additions & 0 deletions 13.0/fpm-alpine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
fi

chown www-data:root /var/www/html/custom_apps

exec "$@"
2 changes: 2 additions & 0 deletions 13.0/fpm/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
fi

chown www-data:root /var/www/html/custom_apps

exec "$@"
2 changes: 2 additions & 0 deletions 14.0/apache/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
fi

chown www-data:root /var/www/html/custom_apps

exec "$@"
2 changes: 2 additions & 0 deletions 14.0/fpm-alpine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
fi

chown www-data:root /var/www/html/custom_apps

exec "$@"
2 changes: 2 additions & 0 deletions 14.0/fpm/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
fi

chown www-data:root /var/www/html/custom_apps

exec "$@"
2 changes: 2 additions & 0 deletions 15.0/apache/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
fi

chown www-data:root /var/www/html/custom_apps

exec "$@"
2 changes: 2 additions & 0 deletions 15.0/fpm-alpine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
fi

chown www-data:root /var/www/html/custom_apps

exec "$@"
2 changes: 2 additions & 0 deletions 15.0/fpm/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
fi

chown www-data:root /var/www/html/custom_apps

exec "$@"
2 changes: 2 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
fi

chown www-data:root /var/www/html/custom_apps

exec "$@"