mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-05-08 12:33:57 +00:00
Update README.md
add notes
This commit is contained in:
parent
8ddb0b7a4c
commit
ef0861d0e3
@ -1,3 +1,17 @@
|
|||||||
# References
|
# References
|
||||||
|
|
||||||
- https://github.com/plausible/analytics
|
- 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
|
||||||
|
````
|
||||||
|
Loading…
x
Reference in New Issue
Block a user