From 7312dac0f8f8d3269d96c9da820951367c30bfc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 12:26:50 +0000 Subject: [PATCH 1/2] Bump collabora/code in /Containers/collabora Bumps collabora/code from 21.11.3.4.1 to 21.11.3.6.1. --- updated-dependencies: - dependency-name: collabora/code dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Containers/collabora/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/collabora/Dockerfile b/Containers/collabora/Dockerfile index e780f79a..ea4d910d 100644 --- a/Containers/collabora/Dockerfile +++ b/Containers/collabora/Dockerfile @@ -1,2 +1,2 @@ # From a file located probably somewhere here: https://github.com/CollaboraOnline/online/tree/master/docker -FROM collabora/code:21.11.3.4.1 \ No newline at end of file +FROM collabora/code:21.11.3.6.1 \ No newline at end of file From 627e9d325ff69f761e5238e542f11dce7e61d4f4 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 13 Apr 2022 15:39:32 +0200 Subject: [PATCH 2/2] fix domain config Signed-off-by: szaimen --- php/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index 63112c4c..9aa3c060 100644 --- a/php/containers.json +++ b/php/containers.json @@ -168,7 +168,7 @@ "9980" ], "environmentVariables": [ - "domain=%NC_DOMAIN%", + "aliasgroup1=https://%NC_DOMAIN%:443", "extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:logging.level=warning" ], "volumes": [],