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

Hi, you've changed the debian system to debian 13 (trixie), but the Dockerfile-examples like ".examples/dockerfiles/full/apache/Dockerfile" reference to debian 12 packages. I've tried to find the replacment packages, but I've no...

bug
examples
0. Needs triage

The cron.sh script doesn't stop with the default SIGWINCH signal (or SIGTERM), which causes `docker stop` to wait for 10 seconds and fail over to SIGKILL. To reproduce: ``` docker...

bug
image
feature: cron
1. To develop

It would be nice to also be able to publish images to GitHub docker repository. Many big images maintainer like linuxserver also did the change for a while now. This...

Special file naming scheme maybe? TBD

enhancement
feature: auto config (hooks)

Latest release ` nextcloud:30.0.16-fpm ` (see https://github.com/nextcloud/server/pull/55170) brings postgresql SSL support but the docker image does not provide dynamic config. Example: 30/fpm/config/pgsql_ssl.config.php ```php

bug
0. Needs triage
feature: auto config (environment variables)

Using nextcloud:31.0.7-fpm, I have when I click in system info in browser, then in the nextcloud server logs: ``` sh: 1: ip: not found ``` Indeed, I do not have...

bug
image
upstream
0. Needs triage

Improved entrypoint script clarity: - General code reformatting - Refactors to keep most lines

This had me scratching my head a bit: I've set `REDIS_HOST` for the `app:`-target in the Apache docker-compose-file, and every five minutes (when `cron` comes around) I would get `Redis...

bug
0. Needs triage

My Nextcloud is "complaining" at URL https://mynextcloud.mydomain.tld/settings/admin/overview > MariaDB version "11.8.2-MariaDB-ubu2404" detected. MariaDB >=10.6 and

examples

@joshtrichards @tzerber ### Summary I have replaced the outdated `paulczar/omgwtfssl` image used for self-signed certificate generation with a custom `cert-generator` service built on Alpine and OpenSSL. The new solution supports...