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

Hi At least for the 2 latest new minor versions 24.0.4, 24.0.5 there is an error on integrity checks in the mail application for the HTML Purifier With 24.0.4, I...

# Issue Postgres configuration should support SSL mode. I'm wanting to use this with a Postgres distribution that enforces SSL on connection. Currently, the error is: ``` Initializing nextcloud 19.0.3.1...

enhancement

I have a docker setup like the one documented in this repo [here](https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/fpm/docker-compose.yml). Every couple of weeks or so, my Nextcloud instance goes down. I will receive this message upon...

Hello. How about use nginx unit in your nextcloud-fpm images? For debian its really simple — just add nginx unit repo, install it, add config and make little change into...

enhancement
image
2. developing

Hey Guys, I'm trying to use the face recognition app in nextcloud using the [nextcloud container](https://hub.docker.com/r/iamklaus/nextcloud) from iamklaus using unraid as a host. As soon I run (within the container):...

Hello, I'm using Docker compose, the latest NextCloud fpm docker image, mariadb, nginx to access the fpm-port on the NextCloud image, nginx-proxy to proxy SSL requests from my external domain...

question

Hello, I would like to map the data directory to my mergerfs pool via: ```yml volumes: - '{{ docker_dir }}/{{ container_name }}/data:/var/www/html' - '{{ mergerfs_root }}/nextcloud/data:/var/www/html' ``` However, I am...

question

Hi, I want to share a single Redis instance and use it with several independent applications. Thus, I need a way to specify the dbindex. As I'm using a Docker...

Trying to setup nextcloud in a docker container. Post seemingly successful login setup, I am facing the below issue when I try to install some applications in the installation. ![image](https://user-images.githubusercontent.com/111463360/188308098-e6b4a55c-e0ee-4bbb-9ad6-e6a9af5dbdf6.png)...

Hi My Nextcloud Installation is 22.2.0 and I use the following docker-compose example: docker/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml In the admin center i got these warnings: Your web server is not properly configured to...