From a0ac4b5c1130b3137874d6f7b58724c62ece8797 Mon Sep 17 00:00:00 2001 From: bmen Date: Thu, 19 Aug 2021 09:37:20 +0200 Subject: [PATCH] Nextcloud auf 21.0.4 aktualisiert --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 030b2c3..b077c3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: restart: always app: - image: nextcloud:20.0.9-fpm-alpine + image: nextcloud:21.0.4-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html @@ -60,7 +60,7 @@ services: container_name: nextcloud-nginx cron: - image: nextcloud:20.0.9-fpm-alpine + image: nextcloud:21.0.4-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html