Merge pull request #1013 from Dokploy/fix/nextcloud-naming

fix(nextcloud-aio): drop AIO branding, pin nextcloud 33.0.6
This commit is contained in:
Mauricio Siu
2026-07-14 13:59:03 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
services:
nextcloud:
image: nextcloud:stable
image: nextcloud:33.0.6
restart: always
volumes:
- nextcloud_data:/var/www/html
@@ -15,7 +15,7 @@ services:
- nextcloud_redis
nextcloud_cron:
image: nextcloud:stable
image: nextcloud:33.0.6
restart: always
volumes:
- nextcloud_data:/var/www/html

View File

@@ -1,7 +1,7 @@
{
"id": "nextcloud-aio",
"name": "Nextcloud",
"version": "stable",
"version": "33.0.6",
"description": "Nextcloud is a self-hosted file storage and sync platform with powerful collaboration capabilities. It integrates Files, Talk, Groupware, Office, Assistant and more into a single platform for remote work and data protection.",
"logo": "nextcloud.png",
"links": {