docker
docker copied to clipboard
⛴ Docker image of Nextcloud
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...
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...
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...
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...
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. ...
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...