diff --git a/template/compose.nextcloud.yaml b/template/compose.nextcloud.yaml index 742e5b2..ddd339f 100644 --- a/template/compose.nextcloud.yaml +++ b/template/compose.nextcloud.yaml @@ -6,7 +6,7 @@ services: nextcloud: container_name: nextcloud - image: nextcloud:33.0.1-apache + image: nextcloud:33.0.6-apache restart: unless-stopped depends_on: - db @@ -31,7 +31,7 @@ services: nextcloud-cron: container_name: nextcloud-cron - image: nextcloud:33.0.1-apache + image: nextcloud:33.0.6-apache restart: unless-stopped depends_on: - db