Update nextcloud to v27.1

This commit is contained in:
Hattshire 2024-02-24 16:12:50 +00:00
parent 0d037389c0
commit 0f5caed42b
2 changed files with 7 additions and 3 deletions

View file

@ -15,7 +15,7 @@ networks:
services:
# ============ NextCloud
nextcloud:
image: nextcloud:26.0-fpm
image: nextcloud:27.1-fpm
restart: always
volumes:
- nc-data:/var/www/html
@ -35,9 +35,13 @@ services:
depends_on:
- db
- redis
deploy:
resources:
limits:
memory: 1G
nextcloud-janitor:
image: nextcloud:26.0-fpm
image: nextcloud:27.1-fpm
restart: always
volumes:
- nc-data:/var/www/html

View file

@ -27,7 +27,7 @@ http {
keepalive_timeout 65;
#gzip on;
gzip on;
upstream php-handler {
server nextcloud:9000;