LRVT dc2c351425
Update docker-compose.yml
upgrade plausible tag to v2.0.0
2024-02-24 22:10:53 +01:00
..
2024-02-24 22:10:53 +01:00
2024-02-07 10:01:02 +01:00

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