docker
docker copied to clipboard
⛴ Docker image of Nextcloud
The [following lines were removed](https://github.com/nextcloud/documentation/commit/4ef607d350aa6f19f07ebe2fb0b8e3951248649f) from the nginx.conf documentation in the `# Serve static files` section: ``` location ~ \.wasm$ { default_type application/wasm; } ``` The four docker-compose nginx.conf example...
## Issue When trying to upgrade the nextcloud version, i saw that the upgrade was stuck for ~30m before continuing to process. (it was already happening before but only stuck...
Even with the newest image containing Nextcloud 30.0.2 the preview of the photos captured with iOS 18 are missing. Funnily enough there is a message that you should not use...
fix(shell): resolve ShellCheck SC3043 warnings in multiple entrypoint scripts Dropped 'local' keyword and updated variable names for POSIX compliance. Modified scripts in 29, 30, 31, and main docker-entrypoint.sh. Fixes: #2428
[In the `run_path` function](https://github.com/nextcloud/docker/blob/614be2855049e3175d4fdd4cc84cf152382cdb95/31/apache/entrypoint.sh#L24-L26) and a few other places in the entrypoint.sh shell scripts, the following errors are found by the ShellCheck linter: ```text In 31/apache/entrypoint.sh line 24: local hook_folder_path="/docker-entrypoint-hooks.d/$1"...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...
After a fresh Docker-based install with all SMTP settings supplied via environment variables, the send test via "Basic settings → Test and verify email settings" result in the following error:...
When deploying Nextcloud using the official Docker image, certain important system configuration values are not set by default, resulting in warnings or suboptimal behavior even after a clean installation. Two...
After performing a fresh installation of Nextcloud using the official Docker image, I was presented with the following warning in the system overview: > One or more mimetype migrations are...