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

View file

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