docker icon indicating copy to clipboard operation
docker copied to clipboard

⛴ Docker image of Nextcloud

Results 343 docker issues
Sort by recently updated
recently updated
newest added

- clarify the usage of `MYSQL_HOST` and `POSTGRES_HOST` in the README. - exit early if the DB host variable is missing.

docs
image
3. to review
needs review

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...

enhancement
3. to review
feature: auto config (Docker secrets)

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...

examples

Related to #1608 Updated all examples so redis works by setting a password. Alternative would be to update config, but this was easier

enhancement
examples
needs review

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...

needs info

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...

enhancement
docs
feature: auto config (environment variables)
feature: auto config (hooks)
1. To develop

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...

enhancement
docs
feature: auto config (environment variables)
feature: auto config (Docker secrets)
technical debt
2. developing

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...

enhancement
image
1. To develop

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...

examples

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...

examples