docker
docker copied to clipboard
⛴ Docker image of Nextcloud
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...
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)...
Adds a better working procedure for upgrades. Mention DB migration using docker-compose.
### ⚠️ 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...
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...
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...
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...