docker
docker copied to clipboard
⛴ Docker image of Nextcloud
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...
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...
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
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
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...
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...
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
@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...