Update README.md

add notes
pull/21/head
LRVT 2024-02-07 10:01:02 +01:00 zatwierdzone przez GitHub
rodzic 8ddb0b7a4c
commit ef0861d0e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -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
````