From e409889a22c0ebef78de105e4060b08fa6436221 Mon Sep 17 00:00:00 2001 From: tipi Date: Thu, 9 Oct 2025 18:12:30 +0000 Subject: [PATCH] apps/nextcloud/docker-compose.yml aktualisiert nc 32 psql 17.6 redis 7.2.3 --- apps/nextcloud/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/nextcloud/docker-compose.yml b/apps/nextcloud/docker-compose.yml index 09ce4a7..0a2cde1 100644 --- a/apps/nextcloud/docker-compose.yml +++ b/apps/nextcloud/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: nextcloud: container_name: nextcloud - image: nextcloud:31.0.6-apache + image: nextcloud:32.0.0-apache restart: unless-stopped ports: - ${APP_PORT}:80 @@ -47,7 +47,7 @@ services: runtipi.managed: true db-nextcloud: container_name: db-nextcloud - image: postgres:14.2 + image: postgres:17.6 restart: on-failure volumes: - ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data @@ -62,7 +62,7 @@ services: redis-nextcloud: container_name: redis-nextcloud user: "1000:1000" - image: redis:6.2.6 + image: redis:7.2.3 restart: on-failure volumes: - "${APP_DATA_DIR}/data/redis:/data" @@ -71,7 +71,7 @@ services: labels: runtipi.managed: true cron: - image: nextcloud:31.0.6-apache + image: nextcloud:32.0.0-apache restart: on-failure volumes: - ${APP_DATA_DIR}/data/nextcloud:/var/www/html