docker
docker copied to clipboard
⛴ Docker image of Nextcloud
That image does not seem to be maintained any longer: - https://hub.docker.com/r/paulczar/omgwtfssl/ - https://github.com/paulczar/omgwtfssl?tab=readme-ov-file Even though it's commented out in our example(s), it is in there for self-signed cert usage....
Maintaining the README on the Docker Hub entry has some challenges: - ends up out of date (we update the GitHub README more often than we port over the changes...
When running the `compose.yaml` file from `.examples/.examples/docker-compose/with-nginx-proxy/mariadb/apache` with a self-signed certificate, nginx will crash with little to no explanation of what is happening. The example, running with a `MYSQL_PASSWORD` set...
https://github.com/docker-library/wordpress/blob/0015d465b4115ade0e0f98b3df8b5c17ec4a98e4/latest/php8.2/apache/wp-config-docker.php#L26-L40 Simplifies code.
See nextcloud/server#36428
Addresses https://github.com/nextcloud/docker/issues/2282
Since we have the cache revalidation time set to every 60 seconds, on-disk config changes don't take effect immediately. We should probably document that somewhere[^imo]. :-) Refs: https://github.com/nextcloud/docker/blob/aaa667ad0d9600880abd4c2e98b44e569ecb9a32/Dockerfile-alpine.template#L97 https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#revalidation [^imo]:...
### ⚠️ 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...
This has several advantages * Faster startup for initial container and during upgrades * On my system (shared storage for `/var/www/html` was cephfs on 2x10Gb network and consumer-grade NVMe drives),...
Since upgrading the Apache image to the Debian Trixie release, the example of a "full" image is outdated. This updates it to work again. Notably, it requires installing the Sury...