From ea8d677f5e9e6be0e9e1b6b7cde5f5618c2f1c28 Mon Sep 17 00:00:00 2001 From: bmen Date: Thu, 4 Mar 2021 08:29:59 +0000 Subject: [PATCH] Nextcloud auf 20.0.8 aktualisiert --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bc8b9eb..96535ea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: restart: always app: - image: nextcloud:20.0.6-fpm-alpine + image: nextcloud:20.0.8-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.6-fpm-alpine + image: nextcloud:20.0.8-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html