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 cf219a418e - Show all commits

@ -30,7 +30,7 @@ sed -i "s/client_max_body_size 500M;/client_max_body_size ${MAX_UPLOAD_SIZE};/"
function start() {
echo "Starting PHP & Nginx"
php-fpm8 &&
php-fpm81 &&
nginx -g 'daemon off;'
}