From b0596b9f444ec9e7b356e3375d95f641b517968c Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 15 Sep 2023 12:15:57 +0200 Subject: [PATCH] Fix collabora docker container --- hosts/flora-6/collabora.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/flora-6/collabora.nix b/hosts/flora-6/collabora.nix index c73e9b8e..0e36948e 100644 --- a/hosts/flora-6/collabora.nix +++ b/hosts/flora-6/collabora.nix @@ -22,11 +22,12 @@ "9980:9980" ]; extraOptions = [ - "--cap-add MKNOD" + "--cap-add=MKNOD" + "--pull=always" ]; environment = { server_name = "collabora.pub.solar"; - aliasgroup1 = "https://collabora.pub.solar:443"; + aliasgroup1 = "https://cloud.pub.solar:443"; DONT_GEN_SSL_CERT = "1"; extra_params = "--o:ssl.enable=false --o:ssl.termination=true"; SLEEPFORDEBUGGER = "0";