From 16b4231cdc6a911344deea7acf2292ca5d658ec0 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Sun, 29 Oct 2023 08:05:54 +0100 Subject: [PATCH] Update Nexctloud to 27 --- nextcloud/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index 45fba7d..1f7dbea 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -49,7 +49,7 @@ services: extra_hosts: - "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}" - "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}" - image: nextcloud:24 + image: nextcloud:27 labels: # Watchtower - "com.centurylinklabs.watchtower.enable=true" @@ -80,7 +80,7 @@ services: - ${NEXTCLOUD_ROOT}/data:/srv/nextcloud/data nextcloud-cron: - image: nextcloud:24 + image: nextcloud:27 container_name: nextcloud-cron labels: - "com.centurylinklabs.watchtower.enable=true" @@ -113,7 +113,7 @@ services: - --static-auth-secret=${COTURN_SECRET} nextcloud-collabora: - image: collabora/code:22.05.5.4.1 + image: collabora/code:23.05.5.2.1 container_name: nextcloud-collabora env_file: live.env extra_hosts: