From 7ff7c713418f1a6ff53bc2d2e6dccf1019f9aeda Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 28 Aug 2025 00:12:37 +0200 Subject: [PATCH] Update plausible.yaml - clickhouse config contents were swapped Clickhouse Config content were wrong. The content had to be swapped in order to work correctly. --- templates/compose/plausible.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/plausible.yaml b/templates/compose/plausible.yaml index 5f2d159ba..516c4f2cf 100644 --- a/templates/compose/plausible.yaml +++ b/templates/compose/plausible.yaml @@ -70,12 +70,12 @@ services: source: ./clickhouse/clickhouse-config.xml target: /etc/clickhouse-server/config.d/logging.xml read_only: true - content: "00" + content: "warningtrue" - type: bind source: ./clickhouse/clickhouse-user-config.xml target: /etc/clickhouse-server/users.d/logging.xml read_only: true - content: 'warningtrue' + content: '00' ulimits: nofile: soft: 262144