From 0d897e6f417dd8ef3a46a764eb53599b12dbfd37 Mon Sep 17 00:00:00 2001 From: Timm Date: Wed, 27 Jan 2021 21:09:11 +0000 Subject: [PATCH] Update Nextcloud to 19.0.7 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a7fad58..a284116 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: restart: always app: - image: nextcloud:18.0.6-fpm-alpine + image: nextcloud:19.0.7-fpm-alpine restart: always volumes: - /opt/docker/nextcloud/app:/var/www/html @@ -63,7 +63,7 @@ services: container_name: nextcloud-nginx cron: - image: nextcloud:18.0.6-fpm-alpine + image: nextcloud:19.0.7-fpm-alpine restart: always volumes: - /opt/docker/nextcloud/app:/var/www/html