mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 06:55:37 +02:00
Update README.md
This commit is contained in:
@@ -7,11 +7,11 @@
|
|||||||
You have to place two clickhouse configuration files at the corresponding Docker bind volume mounts before starting the stack:
|
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/community-edition/refs/heads/v3.2.0/clickhouse/ipv4-only.xml
|
||||||
wget https://raw.githubusercontent.com/plausible/hosting/master/clickhouse/clickhouse-user-config.xml
|
wget https://raw.githubusercontent.com/plausible/community-edition/refs/heads/v3.2.0/clickhouse/logs.xml
|
||||||
|
|
||||||
mv clickhouse-config.xml /mnt/docker-volumes/plausible/clickhouse/.
|
mv ipv4-only.xml /mnt/docker-volumes/plausible/clickhouse/.
|
||||||
mv clickhouse-user-config.xml /mnt/docker-volumes/plausible/clickhouse/.
|
mv logs.xml /mnt/docker-volumes/plausible/clickhouse/.
|
||||||
|
|
||||||
docker compose up
|
docker compose up
|
||||||
````
|
````
|
||||||
|
|||||||
Reference in New Issue
Block a user