Migrate to Alpine #5

Merged
Fascinated merged 21 commits from development into master 2023-07-07 23:54:10 +00:00
Showing only changes of commit 6c1de0446b - Show all commits

@ -40,6 +40,7 @@ sed -i "s/client_max_body_size 500M;/client_max_body_size ${MAX_UPLOAD_SIZE};/"
function start() { function start() {
echo "Starting PHP & Nginx" echo "Starting PHP & Nginx"
php-fpm81 && php-fpm81 &&
chmod 777 /run/php/php.sock &&
nginx -g 'daemon off;' nginx -g 'daemon off;'
} }