diff --git a/templates/docker-compose/docker-compose.yml b/templates/docker-compose/docker-compose.yml index 15a734e40c74806131dccbde4ae98cdca7455a2f..c951ea3a9e9da41d7d4ed520220aa4e29f77803d 100644 --- a/templates/docker-compose/docker-compose.yml +++ b/templates/docker-compose/docker-compose.yml @@ -128,7 +128,7 @@ services: - "mail.${DOMAIN}:${NC_HOST_IP}" nextcloud: - image: registry.gitlab.e.foundation/e/infra/ecloud/nextcloud/selfhost:26-0-8 + image: registry.gitlab.e.foundation/e/infra/ecloud/nextcloud/selfhost:26-0-8-23 container_name: nextcloud restart: always networks: diff --git a/upgrade-guides/upgrade-to-26.0.8.23.md b/upgrade-guides/upgrade-to-26.0.8.23.md index 65aee6376bc426b848a38ead4fc272011932cb95..8ce047278d5a43ec1e981700eb1b31a2998ac1a8 100644 --- a/upgrade-guides/upgrade-to-26.0.8.23.md +++ b/upgrade-guides/upgrade-to-26.0.8.23.md @@ -11,7 +11,7 @@ - Please make sure that all changes from https://gitlab.e.foundation/e/infra/ecloud-selfhosting/-/merge_requests/95/diffs are pulled. - In your `docker-compose.yml` file update the following: - - Set the nextcloud image to `registry.gitlab.e.foundation/e/infra/ecloud/nextcloud/selfhost:26-0-8` + - Set the nextcloud image to `registry.gitlab.e.foundation/e/infra/ecloud/nextcloud/selfhost:26-0-8-23` - Set the mailserver image to `mailserver2/mailserver:1.1.16` - In the `nginx:` service, `depends_on:` section, replace `- automx` with `- mail-autodiscover-autoconfig` - Replace the whole `automx:` service with: