diff --git a/docker-compose.yml b/docker-compose.yml index af73fdc..524ba76 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/images/ngx/nginx.conf b/images/ngx/nginx.conf index dc8e888..26e31bf 100644 --- a/images/ngx/nginx.conf +++ b/images/ngx/nginx.conf @@ -27,7 +27,7 @@ http { keepalive_timeout 65; - #gzip on; + gzip on; upstream php-handler { server nextcloud:9000;