From 8c6075a037dee8a60d2df2f4ed57c0a8d6d911d1 Mon Sep 17 00:00:00 2001 From: bmen Date: Mon, 17 May 2021 14:23:54 +0000 Subject: [PATCH] Nextcloud auf 20.0.9 aktualisiert --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 96535ea..030b2c3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: restart: always app: - image: nextcloud:20.0.8-fpm-alpine + image: nextcloud:20.0.9-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.8-fpm-alpine + image: nextcloud:20.0.9-fpm-alpine restart: always volumes: - /opt/appdata/nextcloud/www:/var/www/html