From c3d3d20a80099c582e3021d32002a22ddfb0cdd8 Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Tue, 18 Mar 2025 11:21:31 +0000 Subject: [PATCH] Update clickhouse according the the latest tags --- clickhouse/content.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clickhouse/content.md b/clickhouse/content.md index 0f8223815..10fb767c0 100644 --- a/clickhouse/content.md +++ b/clickhouse/content.md @@ -42,7 +42,7 @@ docker run -it --rm --network=container:some-clickhouse-server --entrypoint clic docker exec -it some-clickhouse-server clickhouse-client ``` -More information about the [ClickHouse client](https://clickhouse.com/docs/en/interfaces/cli/). +More information about the [ClickHouse client](https://clickhouse.com/docs/interfaces/cli/). ### connect to it using curl @@ -50,7 +50,7 @@ More information about the [ClickHouse client](https://clickhouse.com/docs/en/in echo "SELECT 'Hello, ClickHouse!'" | docker run -i --rm --network=container:some-clickhouse-server buildpack-deps:curl curl 'http://localhost:8123/?query=' -s --data-binary @- ``` -More information about the [ClickHouse HTTP Interface](https://clickhouse.com/docs/en/interfaces/http/). +More information about the [ClickHouse HTTP Interface](https://clickhouse.com/docs/interfaces/http/). ### stopping / removing the container @@ -119,9 +119,9 @@ Read more in [knowledge base](https://clickhouse.com/docs/knowledgebase/configur ## Configuration -The container exposes port 8123 for the [HTTP interface](https://clickhouse.com/docs/en/interfaces/http_interface/) and port 9000 for the [native client](https://clickhouse.com/docs/en/interfaces/tcp/). +The container exposes port 8123 for the [HTTP interface](https://clickhouse.com/docs/interfaces/http_interface/) and port 9000 for the [native client](https://clickhouse.com/docs/interfaces/tcp/). -ClickHouse configuration is represented with a file "config.xml" ([documentation](https://clickhouse.com/docs/en/operations/configuration_files/)) +ClickHouse configuration is represented with a file "config.xml" ([documentation](https://clickhouse.com/docs/operations/configuration_files/)) ### Start server instance with custom configuration