docker
docker copied to clipboard
⛴ Docker image of Nextcloud
First of all this repository contains awesome examples and getting started configuration! Well done! I was just working on a issue https://github.com/nextcloud/docker/issues/1063 and updated my docker compose files to the...
## Description From the [PHP Manual for `getenv`](https://www.php.net/manual/en/function.getenv.php), we have > `getenv(string $varname, bool $local_only = false): string|false` > Returns the value of the environment variable varname, or false if...
First of all, thanks for maintaining this awesome docker image. I have a feature request for the apache images: Would you be open to add support for brotli compression to...
It could be really useful to add an optional NEXTCLOUD_ADMIN_EMAIL variable. This is needed to automate the provisioning of the first user and optionally sending him/her a password reset email...
### ⚠️ 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...
Hi Team, Would you please provide some guidance on how to have the NextCloud available from subfolder? Reasoning: - security by obscurity - for private instance, one would have to...
I have been using the docker compose files satisfactorily for a while. I noticed that this commit https://github.com/nextcloud/docker/commit/aa5c0c192995e98836fc3c5435119583a78bef62 changes the images to alpine variants and removes the www-data user from...
closes https://github.com/nextcloud/docker/issues/2086
The documentation ~~explicitly states~~ [strongly implies that environment variables can be used to configure containers](https://github.com/nextcloud/docker/#base-version---apache) _when using `docker-compose`_. For example: > Make sure to pass in values for `MYSQL_ROOT_PASSWORD` and...
After updating to * **kubernetes** 1.26.4 * **nextcloud** 26.0.1-apache I get this error message ``` AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 2001:cafe:42::249f. Set...