docker
docker copied to clipboard
⛴ Docker image of Nextcloud
- clarify the usage of `MYSQL_HOST` and `POSTGRES_HOST` in the README. - exit early if the DB host variable is missing.
We do not always need to configure variables as either a file or not for all variables. Instead, allow us to mix-match variable storage. This allows us to keep all...
There doesn't seem to be a need to prefer building custom containers, just to add a config file, a need that is easily solved with compose configs. Configs are still...
Related to #1608 Updated all examples so redis works by setting a password. Alternative would be to update config, but this was easier
I just tried to upgrade nextcloud trying to get a fix applied: ``` [+] Running 2/2 ✔ Container nextcloud Created 0.0s Attaching to nextcloud nextcloud | Configuring Redis as session...
It's not necessary to add every possible config scenario as a dedicated environment variable in the image. I think we can expand the docs for #1964 a bit to give...
We currently inject auto config variable a variety of ways. Some: - are install time only - can be used all the time - only are used if other variables...
When nextcloud version 28.0.3 version is release and a immutable tag is created, images are built from that tag. When a vulnerability or feature is found/fixed and bumped to version...
Docker has [deprecated][1] the use of `version` in the root level of the docker compose yaml beginning with Docker Compose 1.27+. > # Version top-level element > > The top-level...
Using this issue as placeholder. I am going to update the Readme / docs / examples for the docker compose syntax and file naming according to Docker and Docker Compose...