docker
docker copied to clipboard
⛴ Docker image of Nextcloud
With nextcloud 24+ php 8.1 should work according to https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.html#php8-1
With the recent update to the vanilla library Nextcloud docker image on x86_64, i.e docker pull nextcloud, bumping the version of nextcloud to 21.0, some warnings appear,of which all but...
https://github.com/nextcloud/docker/issues/1413
This PR adds the support for two environment variables that can change the UID/PID of the www-data user dynamically at the entrypoint script. This allows to use a specific uid/gid...
nextcloud/server#24166 sounds promising. This is an opportunity to add experimental (and eventually, perhaps, official) examples for Nextcloud providers/administrators wishing to improve image thumbnail generation performance and security for container-capable deployments....
The parameter passing causes problems from the Docker container environment all the way to the phpredis->pconnect when using _unix socket_. The phpredis is kind of requiring the **port** setting to...
Hi, another question regarding the docker-compose examples: The image used for all PHP-FPM installations is `nextcloud:fpm-alpine`, however I have now since around two weeks an update notification for version 24.0.2...
I tried some research, it seems volumes and containers are linked together. so if my process is ``` docker-compose down docker-compose up -d ``` docker will remove all containers and...
I have a CIFS/SMB volume mounted on my docker host, accessed by many of my containers. For all the other containers, I can specify a UID/GID in the docker-compose file...