From ef0861d0e372e6f072504b32758627e2261f408a Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:01:02 +0100 Subject: [PATCH] Update README.md add notes --- examples/plausible/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/examples/plausible/README.md b/examples/plausible/README.md index cf6e6c4..e109d9d 100644 --- a/examples/plausible/README.md +++ b/examples/plausible/README.md @@ -1,3 +1,17 @@ # References - https://github.com/plausible/analytics + +# Notes + +You have to place two clickhouse configuration files at the corresponding Docker bind volume mounts before starting the stack: + +```` +wget https://raw.githubusercontent.com/plausible/hosting/master/clickhouse/clickhouse-config.xml +wget https://raw.githubusercontent.com/plausible/hosting/master/clickhouse/clickhouse-user-config.xml + +mv clickhouse-config.xml /mnt/docker-volumes/plausible/clickhouse/. +mv clickhouse-user-config.xml /mnt/docker-volumes/plausible/clickhouse/. + +docker compose up +````