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

`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

enhancement

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...

bug
0. Needs triage

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...

bug
feature: auto config (environment variables)
integration: database

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....

bug
image
upstream

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...

bug
feature: auto config (environment variables)
integration: memcache