From 8b5c9bdbfc298cc5b9fcedbb484931126d22a438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gra=CC=88fenstein?= Date: Sun, 22 Mar 2026 16:07:18 +0100 Subject: [PATCH] bump nextcloud versions --- nextcloud/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index 7a654ed..f6b76b7 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -1,6 +1,6 @@ services: nextcloud: - image: nextcloud:29-apache + image: nextcloud:33-apache container_name: nextcloud restart: unless-stopped depends_on: @@ -31,7 +31,7 @@ services: retries: 3 postgres: - image: postgres:16-alpine + image: postgres:17-alpine container_name: nextcloud-postgres restart: unless-stopped env_file: .env @@ -51,7 +51,7 @@ services: max-file: "3" redis: - image: redis:7-alpine + image: redis:8-alpine container_name: nextcloud-redis restart: unless-stopped command: redis-server --requirepass ${REDIS_PASSWORD} @@ -65,7 +65,7 @@ services: max-file: "3" cron: - image: nextcloud:29-apache + image: nextcloud:33-apache container_name: nextcloud-cron restart: unless-stopped depends_on: