We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dc209 commit 0a8ca00Copy full SHA for 0a8ca00
README.md
@@ -41,6 +41,9 @@ defaults = [
41
timeout: :timer.seconds(15)
42
]
43
44
+# note that starting in ClickHouse 25.1.3.23 `default` user doesn't have
45
+# network access by default in the official Docker images
46
+# see https://github.com/ClickHouse/ClickHouse/pull/75259
47
{:ok, pid} = Ch.start_link(defaults)
48
```
49
0 commit comments