docker
docker copied to clipboard
⛴ Docker image of Nextcloud
`AH00534: apache2: Configuration error: No MPM loaded. AH00534: apache2: Configuration error: No MPM loaded. AH00534: apache2: Configuration error: No MPM loaded.` how can i solve this? thanks
#1422 - [x] add image - [ ] fix tests - [ ] update readme/docs - [ ] update examples
From: https://github.com/nextcloud/docker/blob/master/.examples/dockerfiles/full/fpm-alpine/Dockerfile today. Tail end of Dockerfile is: ``` COPY supervisord.conf / ENV NEXTCLOUD_UPDATE=1 CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"] ``` Build reports: > COPY failed: stat /var/lib/docker/tmp/docker-builder167487155/supervisord.conf: no such file or...
Hi, I'm not sure if this is a nextcloud docker image bug or a nextcloud server one. I'm using official nextcloud docker images through a docker-compose file that was referencing...
### ⚠️ 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...
I have discovered an error in the autoconfig via environment variables. I want to connect a postgres database and create an admin on first start. I use the environment variables...
After upgrading nextcloud 28.0.0 (nextcloud:latest on dockerhub) I am getting the following error : ``` There are some warnings regarding your setup. This instance is missing some recommended PHP modules....
Hi, ### Summary: using `redis` with a password makes some `occ` commands bug. ### Details I recently reinstalled `nextcloud` from scratch (all volumes deleted) after deciding to use userns-remap on...