mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-14 02:54:09 -05:00
Nextcloud AIO template is not really AIO #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @francoisWeber on GitHub (May 13, 2025).
According to this line
https://github.com/Dokploy/templates/blob/main/blueprints/nextcloud-aio/docker-compose.yml#L3C5-L3C28
in the NC AIO docker compose, the image used is
nextcloud:30.0.2. However, the real All-In-One image should be based on https://github.com/nextcloud/all-in-one which is quite different. IMHO it's really confusing because the tooling provided by AIO is not installed in this template.I would suggest renaming this template into "nextcloud" and provide another template for "nextcloud AIO"