docker
docker copied to clipboard
⛴ Docker image of Nextcloud
Hi, As I have mentioned in the past year in this issue https://github.com/nextcloud/recognize/issues/1096 (please disregard the title, I am using the Debian image, not the Alpine image), there is an...
I'm using the docker image within TrueNAS. When trying to install/activate the iNotify File Watcher in the instance, it complains about inotify not being installed. In the docker config section,...
When I got the warning that the `apc.shm_size` is almost full It took me a long time to figure out how to cleanly fix it in docker and where the...
Hello, It appears that something in the apache image tagged :32.0.1 is using 32 bit architecture which is creating a php error in nextcloud interface. The the apache image tagged...
Noticed some changes in the latest docs and updated them here. Nothing else changed with this pull. Ref : https://github.com/nextcloud/documentation/blob/master/admin_manual/installation/nginx-root.conf.sample /close #2440
Closes: https://github.com/nextcloud/docker/issues/2496
Like many people I've had failures sending email from Nextcloud which can be resolved by setting `'mail_smtptimeout' => '30'` in my `config.php` This feels annoyingly manual and will need redoing...
By default this image does not have a healthcheck defined. If one wants to do so there are a few options: - tcp connect test inside the container (no advanced...
The frontend uses Nginx as a reverse proxy with HTTPS enabled, but it utilizes a non-standard web port (e.g., port 8443). After the frontend Nginx reverse proxy, the backend Nginx...