Upgrade to php8.1 and upgrade old nextcloud versions using docker

This commit is contained in:
Downtown Allday
2023-10-21 07:35:01 -04:00
parent 28f929dc13
commit c0c0d053a4
6 changed files with 135 additions and 55 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
## your own --- please do not ask for help from us.
upstream php-fpm {
server unix:/var/run/php/php8.0-fpm.sock;
server unix:/var/run/php/php8.1-fpm.sock;
}