diff --git a/hosts/nachtigall/apps/collabora.nix b/hosts/nachtigall/apps/collabora.nix index 89c3e85..cfe875e 100644 --- a/hosts/nachtigall/apps/collabora.nix +++ b/hosts/nachtigall/apps/collabora.nix @@ -9,7 +9,7 @@ enableACME = true; forceSSL = true; - locations."/".proxyPass = "http://localhost:9980"; + locations."/".proxyPass = "http://127.0.0.1:9980"; }; virtualisation = { @@ -20,7 +20,7 @@ image = "collabora/code"; autoStart = true; ports = [ - "9980:9980" + "127.0.0.1:9980:9980" ]; extraOptions = [ "--cap-add=MKNOD"