From 058cadb053663aa9580e0dad63863b73538de1f1 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 6 Feb 2023 12:52:54 +0100 Subject: [PATCH] collabora - add server-name variable Signed-off-by: Simon L --- php/containers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index a5371f57..1fc53acb 100644 --- a/php/containers.json +++ b/php/containers.json @@ -204,7 +204,8 @@ "aliasgroup1=https://%NC_DOMAIN%:443", "extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:logging.level=warning --o:home_mode.enable=true %COLLABORA_SECCOMP_POLICY% --o:remote_font_config.url=https://%NC_DOMAIN%/apps/richdocuments/settings/fonts.json", "dictionaries=%COLLABORA_DICTIONARIES%", - "TZ=%TIMEZONE%" + "TZ=%TIMEZONE%", + "server_name=%NC_DOMAIN%" ], "volumes": [ {