docker icon indicating copy to clipboard operation
docker copied to clipboard

⛴ Docker image of Nextcloud

Results 343 docker issues
Sort by recently updated
recently updated
newest added

Goal: Track official upstream designations for the various non-EoL majors at any given point in time Existing but better document: * `stable` always point to the highest numbered of the...

image
0. Needs triage
meta

Breadcrumbs for down the road... (Mostly for myself). * Context - Docker Official images and what that means - Base image updates (eco-system rebuilds) * Nextcloud Server releases (upstream bumps)...

enhancement
docs
meta
overview
1. To develop

Adds a better working procedure for upgrades. Mention DB migration using docker-compose.

docs

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
0. Needs triage
needs info

Hello i just install nextcloud in my private kubernetes cluster. If i install with no persistence, the software (pod) launch as well but anytime i tried to install it on...

question
k8s/helm/etc
data persistence
needs review

Otherwise none of the image's `config/` files will ever get deployed into migrated environments (though fortunately #2120 at least will warn them now). The migrations instructions already are overdue to...

bug
docs
feature: auto config (environment variables)

Fixes "NEXTCLOUD_ADMIN_PASSWORD can't have spaces" By double-quoting the buggy lines...

it fixes https://github.com/nextcloud/docker/issues/489 At the moment the upgrade does not work if there is no volume for `/var/www/html/` as it checks `/var/www/html/version.php` to compare versions. This PR make it so...

enhancement
needs review