mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 07:17:05 +00:00
dc2c351425
upgrade plausible tag to v2.0.0 |
||
---|---|---|
.. | ||
.env | ||
docker-compose.yml | ||
README.md |
References
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